#!/bin/zsh

APPWRAPPER=${0:h:h:h}
echo
echo "Running OmniDiskSweeper as the superuser"
echo
set -x
sudo "$APPWRAPPER/Contents/MacOS/OmniDiskSweeper"
