Skip to content

Commit

Permalink
woops, bin/nc
Browse files Browse the repository at this point in the history
  • Loading branch information
haileys committed Jun 9, 2012
1 parent 2841e5c commit 3cfbb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cgid
Expand Up @@ -8,5 +8,5 @@ echo "cgid running on port $PORT"
while [ -f tmp/running ]; do
rm -f tmp/connection
mkfifo tmp/connection
bin/request-handler < tmp/connection | ./nc -l -p $PORT > tmp/connection
bin/request-handler < tmp/connection | bin/nc -l -p $PORT > tmp/connection
done

0 comments on commit 3cfbb0a

Please sign in to comment.