summaryrefslogtreecommitdiff
path: root/unixtime.bash
diff options
context:
space:
mode:
Diffstat (limited to 'unixtime.bash')
-rwxr-xr-xunixtime.bash4
1 files changed, 0 insertions, 4 deletions
diff --git a/unixtime.bash b/unixtime.bash
deleted file mode 100755
index f371b0c..0000000
--- a/unixtime.bash
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/perl
-use POSIX qw( strftime );
-
-print strftime('%a %b %e %H:%M:%S %Z %Y', localtime( $ARGV[0] ) );