summaryrefslogtreecommitdiff
path: root/unixtime.bash
diff options
context:
space:
mode:
Diffstat (limited to 'unixtime.bash')
-rwxr-xr-xunixtime.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/unixtime.bash b/unixtime.bash
new file mode 100755
index 0000000..1e67741
--- /dev/null
+++ b/unixtime.bash
@@ -0,0 +1,2 @@
+#!/bin/bash
+perl -e "require 'ctime.pl'; print &ctime($1);"