forked from openkylin/dwz
6 lines
41 B
Bash
6 lines
41 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
exec="$1"
|
||
|
|
||
|
gdb -batch "$exec"
|