#!/bin/sh
#
# convert SVGATextMode clocks to general Xclock syntax.
# needs the FULL pathname to the command... 
# 
/tmp/SVGATextMode/v7mercury/freq $[$1 / 1000].$[$1 %1000]

