diff options
-rwxr-xr-x | unixtime.bash | 2 |
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);" |