2 lines
47 B
Bash
2 lines
47 B
Bash
#!/bin/sh
|
|
[ "$1" = bound ] && echo "$serverid"
|
#!/bin/sh
|
|
[ "$1" = bound ] && echo "$serverid"
|