Skip to content

Commit

Permalink
README: fix typo in example script
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
  • Loading branch information
hallyn committed Dec 11, 2012
1 parent ff918b1 commit a02264f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cat > seccomp.full << EOF
whitelist whitelist
EOF EOF
for i in `seq 0 300`; do for i in `seq 0 300`; do
echo $i >> secomp.full echo $i >> seccomp.full
done done
for i in `seq 1024 1079`; do for i in `seq 1024 1079`; do
echo $i >> seccomp.full echo $i >> seccomp.full
Expand Down

0 comments on commit a02264f

Please sign in to comment.