slitaz-tools view tinyutils/history @ rev 337

bootfloppybox: update webboot help
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 28 10:50:19 2009 +0200 (2009-04-28)
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..."