Skip to content

Commit

Permalink
updates app
Browse files Browse the repository at this point in the history
  • Loading branch information
afzal442 committed Jan 30, 2024
1 parent 0a8bbdb commit 4f6dd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wisecow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ prerequisites() {

main() {
prerequisites
echo "Wisdom served on port=$SRVPORT..."
echo "Wisdom cow served on port=$SRVPORT..."

while [ 1 ]; do
cat $RSPFILE | nc -lN $SRVPORT | handleRequest
Expand Down

0 comments on commit 4f6dd54

Please sign in to comment.