wine

    3热度

    4回答

    以下shell脚本获取参数列表,将Unix路径转换为WINE/Windows路径并调用WINE下的给定可执行文件。 #! /bin/sh if [ "${1+set}" != "set" ] then echo "Usage; winewrap EXEC [ARGS...]" exit 1 fi EXEC="$1" shift ARGS="" for p