slitaz-tools view tinyutils/history @ rev 328

Added tag 2.12 for changeset 7b26606768da
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 11 01:13:16 2009 +0200 (2009-04-11)
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..."