slitaz-tools rev 851

Add tinyutils/xcal - A X calendar apps using xterm and cal
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 18 08:13:02 2014 +0200 (2014-04-18)
parents e68bdb731734
children 4bdf432f7525
files tinyutils/xcal
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tinyutils/xcal	Fri Apr 18 08:13:02 2014 +0200
     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" &