slitaz-tools view tinyutils/xcal @ rev 939

tazbox: fix subox icon when ~/.local/share/applications is absent; fix working with freegeoip; write full list of icons used; all other files: 2015 and insert blank lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 07:35:02 2015 +0300 (2015-04-17)
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" &