something like this, or in the example:
#! /bin/bash
#$ -S abc
I guess '-S' may be a arg to bash, but I am not sure, could anybody give me some reference about this kind of structure?
Thanke you very much.
edit:
sorry about "abc" things (It is a place holder), the main point is what does "#$" mean? How can I use it in a script? By the way, I could not find topics related to these two characters ("#$", also "#$") in stackoverflow, as well as "#!"(shebang), so is there any technology involving here? (escaping? vabatim?)
#) showing how to run the script.