#!/bin/sh

if [ $EUID != 0 ] ; then
  echo >&2 'run as root.'
  exit 1
fi

cd /usr/share/lanmap2
./cap
