slitaz-tools view tinyutils/history @ rev 508

Gettextized tazctrlbox, add pot file and up Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Fri Oct 22 23:58:51 2010 +0200 (2010-10-22)
parents
children e232f0e1413a
line source
1 #!/bin/sh
2 #
3 # Fake history command for Ash.
4 #
6 cat $HOME/.ash_history 2>/dev/null || echo "No history file found..."