GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Added script to create archlinux vserver/chroot environment
[mirrors/Programs.git]
/
perl
/
fce.pl
Commit
Line
Data
21c4e167
H
1
#!/usr/bin/env perl
2
use strict;
3
use warnings;
4
5
sub fce {
6
print @_;
7
}
8
9
fce "ahoj", "nazdar", "\n";
This page took
0.527464 seconds
and
4
git commands to generate.