#!/bin/bash

# 1st arg: inlist file name
# 2nd arg: whichz
# 3rd arg: whichx (-1 means all)

 ./ckap 'inlist_gs98' 0.01 0.70
 if [ $? -ne 0 ]
 then
	 exit 1
 fi
 echo "okay"
