forked from CastroFidel/PortWINE
13 lines
300 B
Bash
Executable File
13 lines
300 B
Bash
Executable File
#!/bin/bash
|
|
# Author: PortWINE-Linux.ru
|
|
. "$(dirname $(readlink -f "$0"))/runlib"
|
|
export PW_LOG=1
|
|
START_PORTWINE
|
|
if [ ! -z ${optirun_on} ]
|
|
then
|
|
$PW_TERM '${PW_RUNTIME}" "${optirun_on}" "${port_on_run}" "run" "cmd"'
|
|
else
|
|
$PW_TERM '${PW_RUNTIME}" "${port_on_run}" "run" "cmd"'
|
|
fi
|
|
STOP_PORTWINE
|