summaryrefslogtreecommitdiff
path: root/chkrootkit/chkrootkit
blob: 7ec943b23cae4f0ae73d770207879cee32e1eeb8 (plain)
    1 #!/bin/sh
    2 #
    3 # /usr/sbin/chkrootkit: chkrootkit execution script
    4 #
    5 
    6 cd /usr/sbin
    7 exec ./chkrootkit.scr "$@"
    8 
    9 # End of file

Generated by cgit