Как создать файл SH для запуска команд терминала

\\you start with
#!/bin/bash
EnterYourCommand



and open a terminal in the same directory where the .sh file is and run "chmod +x FILENAME.sh"
Fierce Falcon