// DIE's signature file // Author: Jason Hood init("script","Shell"); includeScript("shell-script"); function detect(bShowType,bShowVersion,bShowOptions) { if(isInterpreter("sh")) { bDetected=1; } return result(bShowType,bShowVersion,bShowOptions); }