#!/bin/bash

# Get root
if [ "`id -u`" = "0" ] ; then
   $1
else
   kanotix-su $1
fi
