#!/bin/sh stillGoing=1 while [ $stillGoing -gt 0 ] do ps aux | grep cpimport | grep -v grep sleep 1 done