projects
/
scpubgit/Tak.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
fix Ssyshere to Shere after re-reading UUCP protocol docs
[scpubgit/Tak.git]
/
bin
/
tak
Commit
Line
Data
e367483d
1
#!/usr/bin/env perl
2
3
use strictures 1;
4
use App::Tak;
5
6
App::Tak->new_from_environment->run;