summaryrefslogtreecommitdiff
path: root/now.pl
diff options
context:
space:
mode:
authorhpa <hpa>1998-01-31 13:16:05 +0000
committerhpa <hpa>1998-01-31 13:16:05 +0000
commit00984eaa22e6aae6bbc9c83515e275011edab5ae (patch)
tree20ae65989245602a4afc1178b84cb46260c792d6 /now.pl
downloadsyslinux-00984eaa22e6aae6bbc9c83515e275011edab5ae.tar.gz
Initial revisionsyslinux-init
Diffstat (limited to 'now.pl')
-rw-r--r--now.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/now.pl b/now.pl
new file mode 100644
index 00000000..60e227ec
--- /dev/null
+++ b/now.pl
@@ -0,0 +1,6 @@
+#!/usr/bin/perl
+#
+# Print the time as a hexadecimal integer
+#
+
+printf "\'0x%08x\'\n", time;