diff --git a/test.sh b/test.sh deleted file mode 100644 index 9c17e1c..0000000 --- a/test.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -PORTPARAM="" -if [[ "$#" > 2 ]]; then - PORTPARAM=$(printf -- "--port %q" "$3") -fi -bin/gamedig.js --output pretty --debug --type "$1" --host "$2" $PORTPARAM