Bash Scripting
Introduction
Give permissions
chmod u+x [script name]
Run
bash script.sh
./script.sh
Automatic Scanner
#!/bin/bash
Last updated
Give permissions
chmod u+x [script name]
Run
bash script.sh
./script.sh
#!/bin/bash
Last updated