mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00
6 lines
67 B
Bash
Executable File
6 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# fire up a GDB session
|
|
|
|
arm-none-eabi-gdb -q artoo.elf
|