mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 10:08:28 +08:00
5 lines
127 B
Bash
5 lines
127 B
Bash
#!/bin/bash
|
|
debug_log "run $1"
|
|
$SHELL_DIR/spark_kill.sh qqgame block
|
|
env WINEPREFIX="$WINEPREFIX" $WINE_CMD "$1" &
|