arch-packages/rcedit

4 lines
74 B
Text
Raw Normal View History

2023-09-24 10:51:52 -04:00
#!/bin/sh
2023-09-24 11:21:52 -04:00
export WINEDEBUG=-all
2023-09-24 11:07:22 -04:00
exec wine /opt/rcedit/rcedit-x64.exe "$@"