fix static dir

master
fanta 2 years ago
parent 62811d99b4
commit d9be09ac4a

5
q

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
vmsDir="/home/fanta/vms" vmsDir="~/vms"
function main(){ function main(){
downloadSysList downloadSysList
@ -42,7 +42,8 @@ function showVms() {
echo -en "\nVMs List:\n\n" echo -en "\nVMs List:\n\n"
cd $vmsDir cd $vmsDir
ls -1 ls -1
echo -en "\n" echo -en "\nVirtual machines dir: $vmsDir\n\nUse Change to ~/vms directory to start to work. Happy hacking !"
} }
main main

Loading…
Cancel
Save