opt/chkrootkit/chkrootkit
2006-02-23 15:26:10 +00:00

10 lines
122 B
Bash

#!/bin/sh
#
# /usr/sbin/chkrootkit: chkrootkit execution script
#
cd /usr/sbin
exec ./chkrootkit.scr "$@"
# End of file