arch-packages/rcedit-bin/rcedit.sh

5 lines
92 B
Bash
Raw Normal View History

2023-09-24 16:51:52 +02:00
#!/bin/sh
2023-09-24 17:21:52 +02:00
export WINEDEBUG=-all
export DISPLAY=""
2023-09-24 17:07:22 +02:00
exec wine /opt/rcedit/rcedit-x64.exe "$@"