Detect-It-Easy/db/Binary/text.Shell.1.sg
horsicq c140e3e3fe Fix
2020-09-07 00:40:53 +02:00

16 lines
317 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);
}