From 991c8c53e952bad58f05b44c986c2870d1282260 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 9 Aug 2007 16:21:43 +0000 Subject: 2007-08-09 Frank Ch. Eigler PR 4718, from Eugeniy Meshcheryakov : * *.stp: Make all shell scripts lead with #! /usr/bin/stap --- examples/iostat-scsi.stp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/iostat-scsi.stp') diff --git a/examples/iostat-scsi.stp b/examples/iostat-scsi.stp index 2fb4acf1..f02f4275 100644 --- a/examples/iostat-scsi.stp +++ b/examples/iostat-scsi.stp @@ -1,3 +1,5 @@ +#! /usr/bin/stap + global devices, reads, writes /* data collection: SCSI disk */ -- cgit