
By setting BINDADDRESS and delegating to server.sh we can avoid
duplicating most of the code.
This also makes 0d5e1c1
available for local.sh, i.e. being able to
launch local.sh from arbitrary directories too.
3 lines
63 B
Bash
Executable file
3 lines
63 B
Bash
Executable file
#!/bin/sh
|
|
|
|
BINDADDRESS="localhost" "$(dirname "$0")/server.sh"
|