-
Unzip the package if you download the file from Github
-
chmod +xthehats-vm.shfile to make it executable -
./hats-vm.shto start
Follow the instructions in the shell output to control the VMs via command line.
| #!/bin/bash | |
| # Author: Wang Poh Peng | |
| # Showing pip or npm outdate and last updated time | |
| GREEN='\033[0;32m' | |
| CYAN='\033[0;36m' | |
| NC='\033[0m' # No Color | |
| echo "" | |
| echo "--------------------------------------------------------" |
| #!/bin/sh | |
| # Author : Wang Poh Peng | |
| # Description : Use FFMPEG to download videos into mkv or mp4 format | |
| RED='\033[1;31m' | |
| NC='\033[0m' # No Color | |
| GREEN='\033[0;32m' | |
| CYAN='\033[0;36m' |