arch-packages/rcedit-bin/rcedit.sh

5 lines
92 B
Bash
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
export DISPLAY=""
2023-09-24 11:07:22 -04:00
exec wine /opt/rcedit/rcedit-x64.exe "$@"