Bash script

From Psygen Wiki
Revision as of 18:58, 6 May 2019 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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


Comparisons

Bash Expansion

Test