3
I am using Emacs on a LINUX system that uses Portable Batch System (PBS) for controlling the use of resources. The PBS scripts require "#PBS -S /bin/..." as the first line in the script to declare the shell of the script to PBS. When I load the script into Emacs, there is no #!/bin/... to alert Emacs to which shell is being programmed. So, how can I get the shell-script-mode in Emacs to intepret #PBS -S /bin/bash to be a bash shell code?