repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
start tidy makefile
[hband-tools.git]
/
root-tools
/
nf_condition
blob
ebd888021da2eb552298c52d14db8d5d0dfc9579
1
#!/bin/bash
2
3
if
[
-n
"
$2
"
];
then
4
echo
"
$2
"
> /
proc
/
net
/
nf_condition
/
"
$1
"
5
else
6
cat
/
proc
/
net
/
nf_condition
/
"
$1
"
7
fi