IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 4:17:47 PM (20 years ago)
Author:
eugene
Message:

cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/p0tool.sh

    r10638 r10673  
    1 #!/usr/bin/sh
    2 p0tool -pendingimfile -simple | head -n 20
     1#!/bin/csh -f
     2if ($#argv != 1) then
     3  echo "USAGE: p0tool.sh (Nselect)"
     4  exit 2
     5endif
     6
     7p0tool -pendingimfile -simple | head -n $1
Note: See TracChangeset for help on using the changeset viewer.