mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
Fixes for ase, geneshift, minecraftping, and quake 2 arising from cleanup
This commit is contained in:
parent
14aa56714f
commit
b015d58a0a
8 changed files with 29 additions and 21 deletions
7
test.sh
7
test.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue