1 #!/bin/sh 2 3 # Source common stuff. 4 . `cd $(dirname "$0");pwd`/common 5 6 opreport --symbols --session-dir="$OPROFILE_SESSION_DIR" "$shell_exec" "$@" 7 8