Bash script: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
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:<br /> | |||
<code>#!/bin/bash</code> | |||
[[Comparisons]] | [[Comparisons]] |
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