summaryrefslogtreecommitdiffstats
path: root/examples/helloworld.stp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helloworld.stp')
-rwxr-xr-xexamples/helloworld.stp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/helloworld.stp b/examples/helloworld.stp
deleted file mode 100755
index efe45b79..00000000
--- a/examples/helloworld.stp
+++ /dev/null
@@ -1,2 +0,0 @@
-#! /usr/bin/env stap
-probe begin { println("hello world") exit () }