8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
# Author: Tergoev M.A.
|
|
|
|
. "$(dirname $(readlink -f "$0"))/runlib"
|
|
START_PORTWINE
|
|
"$WINECMD"
|
|
STOP_PORTWINE
|