source:
drsdaq/VME/struck/sis1100/V2.02/examples/sharc_test/loop_shel@
22
| Last change on this file since 22 was 22, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 239 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | |
| 4 | loop_counter=1 |
| 5 | while : |
| 6 | do |
| 7 | |
| 8 | |
| 9 | ./sharc_write /tmp/sis3100sharc 0x40000000 0x01 0x1103 |
| 10 | |
| 11 | |
| 12 | loop_counter=`expr $loop_counter + 1` |
| 13 | echo test_loop $loop_counter |
| 14 | |
| 15 | # if [ $loop_counter -eq 10 ] |
| 16 | # then exit |
| 17 | # fi |
| 18 | done |
| 19 | |
| 20 | |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 |
Note:
See TracBrowser
for help on using the repository browser.
