Add portwine_run_scripts directory
This commit is contained in:
7
portwine_run_scripts/winecfg
Executable file
7
portwine_run_scripts/winecfg
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Author: Tergoev M.A.
|
||||
runlib_path="$(dirname $(readlink -f "$0"))"/runlib
|
||||
. "$runlib_path"
|
||||
START_PORTWINE
|
||||
"$WINECFG"
|
||||
STOP_PORTWINE
|
Reference in New Issue
Block a user