Starter Template
Steps to make Bash script
vi ./{file_name}.sh
Enter in code
This will make the file executable
2. chmod +x ./{file_name}.sh
This will run the script
3. ./{file_name}
Example output
Last updated
vi ./{file_name}.sh
Enter in code
This will make the file executable
2. chmod +x ./{file_name}.sh
This will run the script
3. ./{file_name}
Example output
Last updated