6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
|
#!/bin/sh
|
||
|
cmd='../src/pclock -B../XPM/wmaker-tile.xpm -H black -S white'
|
||
|
|
||
|
echo $cmd
|
||
|
$cmd
|