mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
5 lines
69 B
Text
5 lines
69 B
Text
|
#!/bin/sh
|
||
|
PROG="$1"
|
||
|
shift
|
||
|
exec gdb "$PROG" -ex "set args $*" -ex run
|