7 lines
121 B
Bash
Executable file
7 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
|
|
source ./env
|
|
|
|
cd 'wine/pfx/drive_c/Program Files (x86)/Slow Damage' && \
|
|
"$PROTON" run 'slow_damage_en.exe'
|
|
|