mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-10 07:00:20 -07:00
4 lines
148 B
Bash
Executable file
4 lines
148 B
Bash
Executable file
#!/bin/sh
|
|
GC_DEBUG=1
|
|
export GC_DEBUG
|
|
$* 2>&1 | awk '{print "0x3e=c\""$0"\""};/^\t##PC##=/ {if ($2 != 0) {print $2"?i"}}' | adb $1 | sed "s/^ >/>/"
|