projects
/
scpubgit/System-Introspector.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
capture origin/<name> of active branch in case remote is not tracked
[scpubgit/System-Introspector.git]
/
t
/
bin
/
crontab
Commit
Line
Data
970fe8fe
1
#!/usr/bin/env perl
2
use strictures 1;
3
my $arg = join ' ', @ARGV;
4
print "* * * * * test $arg\n";