slitaz-tools view tinyutils/history @ rev 98

Added tag 1.9.3 for changeset bcdf06f0074a
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 10 20:43:55 2008 +0100 (2008-03-10)
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..."