#!/bin/sh

# Make sure only root can run our script
if [[ 0 -ne 0 ]]; then
   echo "This script must be run as root" 1>&2
   exit 1
fi

cd /usr/share/set
./setoolkit
