slitaz-tools diff tinyutils/history @ rev 393

Added tag 3.3 for changeset b27d8925b831
author Christophe Lincoln <pankso@slitaz.org>
date Thu Oct 01 21:57:15 2009 +0200 (2009-10-01)
parents
children e232f0e1413a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tinyutils/history	Thu Oct 01 21:57:15 2009 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +#!/bin/sh
     1.5 +# 
     1.6 +# Fake history command for Ash.
     1.7 +#
     1.8 +
     1.9 +cat $HOME/.ash_history 2>/dev/null || echo "No history file found..."