Bash script: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
You can automate tasks, or do a lot more with bash scripts. | You can automate tasks, or do a lot more with bash scripts. | ||
Start a bash script with: | Start a bash script with:<br /> | ||
<code>#!/bin/bash</code> | <code>#!/bin/bash</code> | ||
Latest revision as of 18:58, 6 May 2019
Bash Scripts
You can automate tasks, or do a lot more with bash scripts.
Start a bash script with:
#!/bin/bash