#!/bin/sh
PRGNAM=chkrootkit
PRGDIR=/usr/lib/chkrootkit/bin
cd $PRGDIR && exec ./chkrootkit $*
