Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/kballard/hello-world
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerley committed Jul 23, 2008
2 parents 7a23044 + 65e23dc commit d49f86d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dtrace.d
@@ -0,0 +1,5 @@
#!/usr/sbin/dtrace -qs
BEGIN {
printf("Hello World");
exit(0);
}

0 comments on commit d49f86d

Please sign in to comment.