slitaz-tools view tinyutils/history @ rev 542

Added tag 4.0.2 for changeset f701389ed812
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 23 00:57:30 2011 +0000 (2011-01-23)
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..."