6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
|
#!/bin/sh
|
||
|
cmd='../src/pclock -B../XPM/round-3d.xpm'
|
||
|
|
||
|
echo $cmd
|
||
|
$cmd
|