PortWINE/portwine_run_scripts/winecfg
2019-11-29 23:02:35 +03:00

8 lines
149 B
Bash
Executable File

#!/bin/bash
# Author: PortWINE-Linux.ru
runlib_path="$(dirname $(readlink -f "$0"))"/runlib
. "$runlib_path"
START_PORTWINE
"$WINECFG"
STOP_PORTWINE