Changeset 27023
- Timestamp:
- Feb 21, 2010, 11:24:44 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/test/iotest.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/test/iotest.sh
r15798 r27023 18 18 periods -exec 1.0 19 19 periods -timeout 20 20 active false 20 21 npending 5 21 22 … … 56 57 end 57 58 end 59 60 macro show.book 61 if ($0 != 2) 62 echo "USAGE: show.book (book)" 63 break 64 end 65 66 book npages $1 -var npages 67 for i 0 $npages 68 book getpage $1 $i -var pagename 69 book listpage $1 $pagename 70 end 71 72 echo "npages: $npages" 73 end 74 75 macro load.book 76 queueload stdout -x "cat iotest.dat" 77 ipptool2book stdout testbook -key chip_id 78 end
Note:
See TracChangeset
for help on using the changeset viewer.
