PortWINE/data_from_portwine/scripts/winefile
2020-06-05 15:28:52 +03:00

13 lines
251 B
Bash
Executable File

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