repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing libraries to examples' Makefiles
[dockapps.git]
/
pclock
/
demos
/
glowclock
blob
ef77158707a99fb2f9345cafee914d506ac4ae0a
1
#!/bin/sh
2
echo
"Image courtesy of Michael Edwards <mike24@bellsouth.net>"
3
echo
4
5
cmd
=
'../src/pclock -B../XPM/glowclock.xpm -H green --second-hand-length=25'
6
7
echo
$cmd
8
$cmd