slitaz-tools view tinyutils/history @ rev 961

tazlocale: accept only existing locales, show locale description; translations: un-fuzzy already translated messages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 25 23:50:30 2015 +0200 (2015-11-25)
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...'