9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
#!/bin/sh
|
||
|
echo "Image courtesy of Michael Edwards <mike24@bellsouth.net>"
|
||
|
echo
|
||
|
|
||
|
cmd='../src/pclock -B../XPM/glowclock.xpm -H green --second-hand-length=25'
|
||
|
|
||
|
echo $cmd
|
||
|
$cmd
|