Add sets for more safety

This commit is contained in:
polyfloyd 2016-09-25 12:26:52 +02:00
parent addddffddc
commit 06cf55a808
2 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,9 @@
HOST=127.0.0.1
PORT=31337
set -eu
set -o pipefail
if [ $# -eq 0 ]; then
echo "Usage: $0 <message>..."
exit