News

Developing bash scripts lets you do a lot of work with little or no effort. This bash command cheat sheet will help you get started. Developing scripts in bash (short for Bourne-Again SHell) can ...
Wanting to use bash for everything is trusting your golden hammer, and it will eventually yield some awful or over complex scripts. I don’t even want to know how you would parse a json file in bash.
Creating the bash script. Let’s say I want to create a script to start the VM “UbuntuSERVER Clone”. Create the file with the command nano ubuntuserverclone.start. The contents of that file ...