slitaz-tools view tinyutils/history @ rev 1006

Update translations.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 19 23:26:17 2016 +0200 (2016-11-19)
parents e232f0e1413a
children
line source
1 #!/bin/sh
2 #
3 # Fake history command for Ash.
4 #
6 . /lib/libtaz.sh
7 export TEXTDOMAIN='slitaz-tools' #i18n
9 cat $HOME/.ash_history 2>/dev/null || _ 'No history file found...'