开发者

Simple bash problem related to executing command after previous has stopped (I am not programmer)

#!/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"

Basically what I want from it is that the last entry would only run after I quit wine ./bgmain.exe.

What's the most foolproof way to do it?


Try adding wait on a line after the wine command.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜