diff options
author | hpa <hpa> | 1998-01-31 13:16:05 +0000 |
---|---|---|
committer | hpa <hpa> | 1998-01-31 13:16:05 +0000 |
commit | 00984eaa22e6aae6bbc9c83515e275011edab5ae (patch) | |
tree | 20ae65989245602a4afc1178b84cb46260c792d6 /now.pl | |
download | syslinux-00984eaa22e6aae6bbc9c83515e275011edab5ae.tar.gz |
Initial revisionsyslinux-init
Diffstat (limited to 'now.pl')
-rw-r--r-- | now.pl | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/usr/bin/perl +# +# Print the time as a hexadecimal integer +# + +printf "\'0x%08x\'\n", time; |