9 lines
87 B
Bash
9 lines
87 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
cd "$HOME/tf_hammer/bin/x64"
|
||
|
|
||
|
wine hammerplusplus.exe
|
||
|
|