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