Shell scripts on mac in a nutshell:
nano script.sh
#!/bin/sh ls
chmod 777 script.sh
sh script.sh
https://stackoverflow.com/questions/36854193/scheduling-a-terminal-command-or-script-file-to-run-daily-at-a-specific-time-mac