make c programs accept user input
This commit is contained in:
parent
b4ca4e302f
commit
6993bf5d27
2
cscript
2
cscript
@ -91,7 +91,7 @@ fi
|
|||||||
if [ -n "$CSCRIPT_GDB" ]; then
|
if [ -n "$CSCRIPT_GDB" ]; then
|
||||||
printf "%s" "$args" | xargs -o -d'\n' gdb --args "$tmpfile"
|
printf "%s" "$args" | xargs -o -d'\n' gdb --args "$tmpfile"
|
||||||
else
|
else
|
||||||
printf "%s" "$args" | xargs -d'\n' "$tmpfile"
|
printf "%s" "$args" | xargs -o -d'\n' "$tmpfile"
|
||||||
fi
|
fi
|
||||||
trap - INT
|
trap - INT
|
||||||
cleanup
|
cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user