Current File : //proc/thread-self/root/kunden/usr/share/systemtap/examples/general/helloworld.stp
#!/usr/bin/stap
probe oneshot { println("hello world") }