diff options
| author | Luke Bratch <luke@bratch.co.uk> | 2013-02-26 10:42:24 +0100 |
|---|---|---|
| committer | Luke Bratch <luke@bratch.co.uk> | 2015-08-10 09:59:38 +0100 |
| commit | 91f7be2d12201a65c2c5ef78c08136744427e458 (patch) | |
| tree | abc4719776b385bf1e282dba0a8b00f3f4190dc6 | |
Initial commit
| -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);" |
