summer,mtrr: Added.
This commit is contained in:
parent
134b0290e6
commit
8123e71cf3
2
Makefile
2
Makefile
|
@ -13,5 +13,5 @@ tracefile/tracefile.1: tracefile/tracefile.pod
|
||||||
pod2man tracefile/tracefile.pod > tracefile/tracefile.1
|
pod2man tracefile/tracefile.pod > tracefile/tracefile.1
|
||||||
|
|
||||||
install:
|
install:
|
||||||
parallel ln -sf `pwd`/{}/{} /usr/local/bin/{} ::: blink reniced em field forever neno rn stdout tracefile w4it-for-port-open upsidedown histogram goodpasswd
|
parallel ln -sf `pwd`/{}/{} /usr/local/bin/{} ::: blink reniced em field forever neno rn stdout tracefile w4it-for-port-open upsidedown histogram goodpasswd mtrr not summer
|
||||||
parallel ln -sf `pwd`/{} /usr/local/share/man/man1/{/} ::: */*.1
|
parallel ln -sf `pwd`/{} /usr/local/share/man/man1/{/} ::: */*.1
|
||||||
|
|
8
summer/summer
Executable file
8
summer/summer
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/perl
|
||||||
|
|
||||||
|
my $sum = 0;
|
||||||
|
|
||||||
|
while(<>) {
|
||||||
|
$sum += $_;
|
||||||
|
}
|
||||||
|
print $sum,"\n";
|
Loading…
Reference in a new issue