Detect-It-Easy/db/Text/Shell.1.sg
2014-06-30 22:56:41 +10:00

16 lines
302 B
Text

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