slitaz-tools view tinyutils/history @ rev 945

Add Name[fr] in .desktop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 12 17:58:23 2015 +0200 (2015-07-12)
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...'