PortWINE/data_from_portwine/scripts/winecfg
2020-12-19 23:50:09 +03:00

14 lines
324 B
Bash
Executable File

#!/bin/bash
# Author: PortWINE-Linux.ru
. "$(dirname $(readlink -f "$0"))/runlib"
"${WINESERVER}" -k
START_PORTWINE
PW_LOG=1
if [ ! -z ${optirun_on} ]
then
$PW_TERM "${PW_RUNTIME}" ${optirun_on} "${port_on_run}" "run" "winecfg" >&2
else
$PW_TERM "${PW_RUNTIME}" "${port_on_run}" "run" "winecfg" >&2
fi
STOP_PORTWINE