slitaz-tools view tinyutils/history @ rev 708

Add: name[pt_BR] to desktop files
author Claudinei Pereira <claudinei@slitaz.org>
date Wed Mar 14 03:55:38 2012 -0300 (2012-03-14)
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..."