#!/bin/sh
cmd='../src/pclock -s -B../XPM/time-icon.xpm -H black --hands-width 0 --minute-hand-len 13 --hour-hand-len 10'

echo $cmd
$cmd