4 lines
73 B
Bash
4 lines
73 B
Bash
#!/bin/sh
|
|
|
|
DIRNAME=`dirname "$0"`
|
|
exec "${DIRNAME}/start.sh" debug "${@}" |