A Bash Script that interacts with HackTheBox throught its API v4
List active machines
./htb-or-not-to-be -l active
List retired machines
./htb-or-not-to-be -l retired
List machine and sort (--> (level|id|name|...) )
./htb-or-not-to-be -l <active|retired> -k <key>
Play machine
./htb-or-not-to-be -p <MACHINE-NAME>
Stop opened machine
./htb-or-not-to-be -s