To use, put the script in a file on the machine you want to run SAS, then make it executable.
chmod +x run_sas.shAfter that, you can use it to run SAS scripts:
./run_sas.sh myscript.sasThis will execute the code, then output the results in your terminal.