bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How can i specify the scripting language used for parsing a script?


From: ali hagigat
Subject: How can i specify the scripting language used for parsing a script?
Date: Sat, 5 Feb 2011 16:27:16 +0330

#!/bin/sh
echo ppppppp
echo $SHELL
exit 2200

In the above script i tried to specify /bin/sh as my parser by a
comment. Is that OK? When I type ./scr2 , i want bash recognize
/bin/sh as the parser of ./scr2.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]