summaryrefslogtreecommitdiffstats
path: root/examples/helloworld.stp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helloworld.stp')
-rw-r--r--examples/helloworld.stp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/helloworld.stp b/examples/helloworld.stp
index 82e406af..c1e50c0f 100644
--- a/examples/helloworld.stp
+++ b/examples/helloworld.stp
@@ -1 +1,2 @@
+#! /usr/bin/stap
probe begin { log("hello world") exit () }