slitaz-tools view tinyutils/history @ rev 516

tazx: incorrect tux; slitaz installer creates 1008 user
author Rohit Joshi <jozee@slitaz.org>
date Wed Nov 10 20:26:12 2010 -0500 (2010-11-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..."