Fixes for ase, geneshift, minecraftping, and quake 2 arising from cleanup

This commit is contained in:
mmorrison 2017-08-09 05:04:32 -05:00
parent 14aa56714f
commit b015d58a0a
8 changed files with 29 additions and 21 deletions

View file

@ -1 +1,6 @@
bin/gamedig.js --debug --type "$1" --host "$2" --port "$3"
#!/bin/bash
PORTPARAM=""
if [[ "$#" > 2 ]]; then
PORTPARAM=$(printf -- "--port %q" "$3")
fi
bin/gamedig.js --output pretty --debug --type "$1" --host "$2" $PORTPARAM