Added the script for getting starting a winbox
This commit is contained in:
parent
415641509c
commit
cbd759f5c5
6
.local/bin/WinBox
Executable file
6
.local/bin/WinBox
Executable file
@ -0,0 +1,6 @@
|
||||
#/bin/bash
|
||||
function main(){
|
||||
wineapp=$(readlink -f $(whereis wine))
|
||||
wineapp ~/Applications/Winbox.exe
|
||||
}
|
||||
main
|
Loading…
x
Reference in New Issue
Block a user