slitaz-tools view tinyutils/history @ rev 797

Regenerate tazdrop.pot
author Claudinei Pereira <claudinei@slitaz.org>
date Sat Jan 26 15:53:49 2013 -0200 (2013-01-26)
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..."