Index: trunk/ippTasks/p0tool.sh
===================================================================
--- trunk/ippTasks/p0tool.sh	(revision 10638)
+++ trunk/ippTasks/p0tool.sh	(revision 10673)
@@ -1,2 +1,7 @@
-#!/usr/bin/sh
-p0tool -pendingimfile -simple | head -n 20
+#!/bin/csh -f
+if ($#argv != 1) then
+  echo "USAGE: p0tool.sh (Nselect)"
+  exit 2
+endif
+
+p0tool -pendingimfile -simple | head -n $1
