5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
|
#!/bin/bash
|
||
|
WINE_PATH="$HOME/.wine/drive_c/Program Files/Win-Test/"
|
||
|
cd "$WINE_PATH"
|
||
|
wine wt.exe
|