slitaz-tools view tinyutils/history @ rev 902

bin/editor fix:infinite-loop($EDITOR=nano/mcedit case),param-handling (copyq).
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Sep 26 02:58:59 2014 +0000 (2014-09-26)
parents 8ea52c365e03
children 5d80f6fdbdb7
line source
1 #!/bin/sh
2 #
3 # Fake history command for Ash.
4 #
5 . /lib/libtaz.sh
6 export TEXTDOMAIN='slitaz-tools' #i18n
8 cat $HOME/.ash_history 2>/dev/null || _ 'No history file found...'