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