source: trunk/test1 @ 20

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

willem

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