diff options
Diffstat (limited to 'examples/helloworld.stp')
-rwxr-xr-x | examples/helloworld.stp | 2 |
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 () } |