@ -18,6 +18,7 @@ do
if [ -e "${MAINPY}" ]
then
echo "main.py found"
$(python ${MAINPY})&
fi
if [ -e "${MAINPD}" ]
@ -25,6 +26,11 @@ do
else
echo "floppy out (no fs detected)"
if [ "$(pgrep python)" ]
echo "python still running ... killing"
pkill -9 python
done