Added the script for getting starting a winbox
This commit is contained in:
parent
c6c67a633d
commit
d0edf7c273
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…
Reference in New Issue
Block a user