projects
/
scpubgit/System-Introspector.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fee85476fe51fc7e94bab740a9c578680f750679
[scpubgit/System-Introspector.git]
/
t
/
bin
/
crontab
1
#!/usr/bin/env perl
2
use strictures 1;
3
my $arg = join ' ', @ARGV;
4
print "* * * * * test $arg\n";