7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
/opt/bin/overflow_server_app -config=/opt/config/
|
|
|
|
exec "$@" |