Remove script from v1 testing

This commit is contained in:
mmorrison 2017-08-09 05:27:36 -05:00
parent 0c7c68f63f
commit 2a1ec71bc2
1 changed files with 0 additions and 6 deletions

View File

@ -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