#!/bin/bash
#Build target-executable code, download code to target,
#execute code on target.

make &&  m68k-bdm-elf-gdb -q --command=MCF523xEVB_PnE-run.gdb bin/quadros_ss.elf
