#!/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.
- How can i specify the scripting language used for parsin... ali hagigat
- Re: How can i specify the scripting language used f... Maarten Billemont
- Re: How can i specify the scripting language us... Andreas Schwab
- Re: How can i specify the scripting languag... Maarten Billemont
- Re: How can i specify the scripting language used f... Dennis Williamson