Hi -
Do you have any opinions whether a one-liner tapset like this is
worth putting into the library?
probe once += begin { exit() }
It is intended to make unnecessary the exit() for one-shot little
scripts, used thusly:
stap -e 'probe once { println("hello world") }'
- FChE