debug.sh 69 Bytes Edit Raw Blame History Permalink 1 2 3 4 #!/bin/sh echo "Debugging $1" arm-none-eabi-gdb -tui -command=$1 $2