#!/usr/bin/sh

if [ "$(id -un)" != "root" ] ;then
   beesu -l "/bin/bash $0 $@"
   exit 0
fi

editor $@
