#!/bin/sh

if  [[ "$UID" != "0" ]] ; then
    pkexec /usr/libexec/ebeam_calibrator "$@"
else
    exec /usr/libexec/ebeam_calibrator "$@"
fi

