Updated a WinBox

This commit is contained in:
Marcin Woźniak 2024-09-09 21:46:08 +02:00
parent 7902dd8d2e
commit 1a218271df
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -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