slitaz-tools view tinyutils/xcal @ rev 943

Move translations to use '%s'. Fix subox icon and allow it to work with spaces in the path.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 04 17:11:36 2015 +0300 (2015-06-04)
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" &