index
:
bucky.git
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
whenis.pl
blob: 0d37892aa31c1a3a4cc3147942a877b019be546d (
plain
)
1
2
3
4
5
6
7
#!/usr/bin/perl
use
localbucky
;
my
$when
=
$ARGV
[
0
];
print
verbosedate
(
$when
)
.
"\n"
;