source:
trunk/libtransmission/fail.sh
@
13913
Last change on this file since 13913 was 13913, checked in by jordan, 10 years ago | |
---|---|
|
|
File size: 124 bytes |
Line | |
---|---|
1 | err=0 |
2 | count=0 |
3 | while [ $err -eq 0 ]; do |
4 | count=$((count+1)) |
5 | echo starting run number $count |
6 | ./rename-test |
7 | err=$? |
8 | done |
Note: See TracBrowser
for help on using the repository browser.