Add portwine_run_scripts directory

This commit is contained in:
Castro-Fidel
2019-11-25 20:37:19 +03:00
commit 675269aa3d
27 changed files with 23073 additions and 0 deletions

7
portwine_run_scripts/winecfg Executable file
View 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