source:
frontend/node_modules/exit/test/fixtures/create-files.sh
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 205 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | rm 10*.txt |
| 4 | for n in 10 100 1000; do |
| 5 | node log.js 0 $n stdout stderr &> $n-stdout-stderr.txt |
| 6 | node log.js 0 $n stdout &> $n-stdout.txt |
| 7 | node log.js 0 $n stderr &> $n-stderr.txt |
| 8 | done |
Note:
See TracBrowser
for help on using the repository browser.
