5
d/DTrace.d
Normal file
5
d/DTrace.d
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/sbin/dtrace -qs
|
||||
BEGIN {
|
||||
printf("Hello World");
|
||||
exit(0);
|
||||
}
|
||||
Reference in New Issue
Block a user