sh and zsh files Unix
Linux scripts are sh or zsh vi test1.sh First, the most common is to write a file, make sure the first line is #!/bin/bash chmod +x test1 # make this an executable run using ./test1.sh