blob: f6417d54583311ff7cc331563c5983486a1034cc [file] [log] [blame]
#!/bin/sh
gdb -q $1 <<'EOF'
b main
r
c
q
EOF
echo ""