slitaz-tools diff tinyutils/xcal @ rev 892

Fix po file
author Paul Issott <paul@slitaz.org>
date Sat Jun 07 16:14:30 2014 +0100 (2014-06-07)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tinyutils/xcal	Sat Jun 07 16:14:30 2014 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +#!/bin/sh
     1.5 +# Xterm Calendar in one command!
     1.6 +#
     1.7 +
     1.8 +xterm -T "Calendar" -geometry 20x10-0+30 \
     1.9 +	-bg grey92 -fg black -hold -e "cal" &