diff options
Diffstat (limited to 'bin/whenis.pl')
| -rwxr-xr-x | bin/whenis.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/whenis.pl b/bin/whenis.pl new file mode 100755 index 0000000..0d37892 --- /dev/null +++ b/bin/whenis.pl @@ -0,0 +1,7 @@ +#!/usr/bin/perl + +use localbucky; + +my $when = $ARGV[0]; + +print verbosedate($when)."\n"; |
