slitaz-tools view tinyutils/history @ rev 431

Auto-install non-free firmware (to avoid wifi confusion for users)
author Rohit Joshi <jozee@slitaz.org>
date Mon Feb 22 13:05:37 2010 +0000 (2010-02-22)
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..."