#!/bin/sh
#
# $Revision: 1.3 $ $Date: 2012-07-26 17:11:47-04 $
# $Source: /home/vogelke/bin/RCS/curtime,v $
# $Host: sys7.com $
# $UUID: ecca8454-c61e-3529-915c-e42ec0dcbca5 $
#
#<curtime: print the current time in military/24-hr form.
# Do *not* assume user has access to GNU utilities.
# intended for use as a VI macro.

set X `/bin/date`
exec echo $5
