6 lines
98 B
Bash
Executable file
6 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
cmd='../src/pclock -s -B ../XPM/will-return.xpm -H red --hands-width=5'
|
|
|
|
echo $cmd
|
|
$cmd
|