start tidy makefile
[hband-tools.git] / root-tools / nf_condition
blobebd888021da2eb552298c52d14db8d5d0dfc9579
1 #!/bin/bash
3 if [ -n "$2" ]; then
4 echo "$2" > /proc/net/nf_condition/"$1"
5 else
6 cat /proc/net/nf_condition/"$1"
7 fi