#! /bin/sh ./stap -p1 -g $@ - <<'END' %{ /* hello world */ %} function foo (p1, p2) %{ /* goodbye world */ %} END