source:
trunk/test1
@
7
Last change on this file since 7 was 7, checked in by willem, 10 years ago | |
---|---|
|
|
File size: 140 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | while true ; do |
3 | stopos next -m |
4 | echo "$STOPOS_COMMITTED $STOPOS_VALUE" |
5 | if [ "$STOPOS_RC" != OK ]; then |
6 | exit |
7 | fi |
8 | done |
Note: See TracBrowser
for help on using the repository browser.