Updated a WinBox
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
#/bin/bash
 | 
					#/bin/bash
 | 
				
			||||||
function main(){
 | 
					function main(){
 | 
				
			||||||
    wineapp=$(readlink -f $(whereis wine))
 | 
					    wineapp=$(readlink -f $(whereis wine64))
 | 
				
			||||||
    wineapp ~/Applications/Winbox.exe
 | 
					    "$wineapp" "~/Applications/Winbox.exe"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
main
 | 
					main
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user