From 91f7be2d12201a65c2c5ef78c08136744427e458 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 26 Feb 2013 10:42:24 +0100 Subject: Initial commit --- unixtime.bash | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 unixtime.bash (limited to 'unixtime.bash') 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);" -- cgit v1.2.3