2 lines
96 B
Bash
Executable file
2 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
exec gdb-multiarch --eval-command "target extended-remote :3333" build/cr100.elf "$@"
|