Bash script

From Psygen Wiki
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