From 4405ffef373aa53bfc1e93f70d481dcb095397ed Mon Sep 17 00:00:00 2001 From: hunt Date: Fri, 9 Nov 2007 21:06:11 +0000 Subject: 2007-11-09 Martin Hunt * README: New. * *.stp. Fix path. See PR 4718. --- examples/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/README (limited to 'examples/README') diff --git a/examples/README b/examples/README new file mode 100644 index 00000000..6718a55a --- /dev/null +++ b/examples/README @@ -0,0 +1,9 @@ +This directory contains example scripts. + +Each script should be checked in as executable. + +The first line should be +#! /usr/bin/env stap + +There should be an accompanying ".txt" file describing what the +script does and how to use it. -- cgit