Bash script
Jump to navigation
Jump to search
Bash Scripts
You can automate tasks, or do a lot more with bash scripts.
Start a bash script with:
#!/bin/bash
You can automate tasks, or do a lot more with bash scripts.
Start a bash script with:
#!/bin/bash