/Bash

Test bash

Primary LanguageShellApache License 2.0Apache-2.0

README

@author PB

Bash

Playing around with bash

How to run Bash scripts

For this example we will be using a file called test.sh but you can use any file.

Make the script executable

chmod +x test.sh

Run the script

./test.sh

or

bash test.sh