f705f6ce05
new file: DEBIAN/LICENSE.txt new file: DEBIAN/changelog new file: DEBIAN/compat new file: DEBIAN/control new file: DEBIAN/rules new file: DEBIAN/usr/.DS_Store new file: DEBIAN/usr/bin/win-test
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
WINE_PATH="$HOME/.wine/drive_c/Program Files/Win-Test/"
|
|
cd "$WINE_PATH"
|
|
wine wt.exe
|