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