slitaz-tools view tinyutils/history @ rev 136

bootfloppybox: add memtest and etherboot with grub
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 09 20:08:43 2008 +0000 (2008-04-09)
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..."