Skip to content

Commit

Permalink
Meh
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 3, 2018
1 parent 8856aa3 commit 0f75928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bashttpd
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ EOF
exit 1
}

recv() { echo "< $*" >&2; }
send() { echo "> $*" >&2;
recv() { echo "<" "$@" >&2; }
send() { echo ">" "$@" >&2;
printf "%s\r\n" "$*"; }

[[ $UID = 0 ]] && warn "It is not recommended to run bashttpd as root."
Expand Down

0 comments on commit 0f75928

Please sign in to comment.