source: tags/0.9/test2 @ 9

Last change on this file since 9 was 9, checked in by willem, 11 years ago

willem

  • Property svn:executable set to *
File size: 203 bytes
Line 
1#!/bin/bash
2while true ; do
3  stopos next
4  echo "$STOPOS_COMMITTED $STOPOS_VALUE"
5  if [ "$STOPOS_RC" != OK ]; then 
6    exit
7  fi
8  stopos remove
9  if [ "$STOPOS_RC" != OK ]; then 
10    exit
11  fi
12done
Note: See TracBrowser for help on using the repository browser.