#!/bin/sh

KJSCMD="`which kjscmd`"
GREP_CMD=`$KJSCMD grepdlg.js`
VIEW_CMD="$KJSCMD grepresults.js"
eval $GREP_CMD | $VIEW_CMD
