NAME genuine_command - return if current command was typed in from user SYNOPSIS int genuine_command() DESCRIPTION If the current command was typed in originally from a user, this function will return 1, otherwise 0. It exists as a security shield for special commands. SEE ALSO efun/command/, funs/do_command