mirror of
				https://gitee.com/gfdgd-xi/deep-wine-runner
				synced 2025-11-04 07:22:23 +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" &
 |