forked from CastroFidel/PortWINE
10 lines
226 B
Bash
Executable File
10 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
# Author: PortWINE-Linux.ru
|
|
. "$(dirname $(readlink -f "$0"))/runlib"
|
|
KILL_PORTWINE
|
|
if [ -e "${PORT_WINE_TMP_PATH}/dxvk_on" ]; then
|
|
rm -f "${PORT_WINE_TMP_PATH}/dxvk_on"
|
|
fi
|
|
START_PORTWINE
|
|
STOP_PORTWINE | sszen
|