slitaz-tools view tinyutils/history @ rev 939

tazbox: fix subox icon when ~/.local/share/applications is absent; fix working with freegeoip; write full list of icons used; all other files: 2015 and insert blank lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 07:35:02 2015 +0300 (2015-04-17)
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...'