slitaz-tools view tinyutils/xcal @ rev 1012

Update Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 11 23:45:29 2017 +0100 (2017-02-11)
parents
children
line source
1 #!/bin/sh
2 # Xterm Calendar in one command!
3 #
5 xterm -T "Calendar" -geometry 20x10-0+30 \
6 -bg grey92 -fg black -hold -e "cal" &