6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
cmd='../src/pclock -s -B../XPM/oclock.xpm'
|
||
|
|
||
|
echo $cmd
|
||
|
$cmd
|