3 lines
57 B
Bash
3 lines
57 B
Bash
#!/bin/sh
|
|
test -n "$FAILSAFE" && exit
|
|
/usr/bin/netserver
|
#!/bin/sh
|
|
test -n "$FAILSAFE" && exit
|
|
/usr/bin/netserver
|