diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:12:34 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-18 15:12:34 -0400 |
commit | 674e64de2707f04b8b585caefef009a0443e8706 (patch) | |
tree | 3855118cd04bd7a21351e5ead338bdb069f06eb2 /Slow Damage/run | |
parent | PDAFT (diff) | |
download | winescripts-674e64de2707f04b8b585caefef009a0443e8706.tar.gz winescripts-674e64de2707f04b8b585caefef009a0443e8706.tar.bz2 winescripts-674e64de2707f04b8b585caefef009a0443e8706.zip |
Slow Damage
Diffstat (limited to 'Slow Damage/run')
-rwxr-xr-x | Slow Damage/run | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Slow Damage/run b/Slow Damage/run new file mode 100755 index 0000000..a7f00f7 --- /dev/null +++ b/Slow Damage/run @@ -0,0 +1,7 @@ +#!/bin/sh + +source ./env + +cd 'wine/pfx/drive_c/Program Files (x86)/Slow Damage' && \ + "$PROTON" run 'slow_damage_en.exe' + |