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