#!/bin/bash while true ; do stopos next echo "$STOPOS_COMMITTED $STOPOS_VALUE" if [ "$STOPOS_RC" != OK ]; then exit fi stopos remove if [ "$STOPOS_RC" != OK ]; then exit fi done