Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
#!/bin/sh xmodmap -e "keycode 49 = equal plus" cd /media/5F53-7973/BGTrilogy/ wine ./bgmain.exe xmodmap -e "keycode 49 = dead_caron dead_tilde dead_caron dead_tilde notsign notsign"
基本上我想要的是最后一个条目只会在我退出后运行wine ./bgmain.exe。
wine ./bgmain.exe
最万无一失的方法是什么?
尝试在命令wait后添加一行。wine
wait
wine