2 lines
111 B
Bash
Executable file
2 lines
111 B
Bash
Executable file
#!/bin/env bash
|
|
/usr/bin/hbbr $([ "" != "$KEY" ] && echo --key $KEY) $([ "" != "$PORT" ] && echo --port $PORT)
|