#!/bin/sh for test in \ "-O nrl:checking" \ "-B 401" \ "-V 401" \ "-G 401" \ "-B retire" \ "-V retire" \ "-G retire" do echo testing: $test python confirm.py $test done