#!/bin/sh
# Originally developed by
# Mario Limonciello, March 2007 for MythTV

# Edited for arduino by Martin Bantz, Dec. 2009

#source our dialog functions
. /usr/share/arduino-1.8.9/dialog_functions.sh

#find the session, dialog and su manager we will be using for display
find_session
find_dialog
find_su

#check that we are in the uucp group
check_groups

#if group membership is okay, go ahead and continue
if [ "$IGNORE_NOT" = "0" ]; then
cd /usr/share/arduino-1.8.9
sh arduino
fi
