Project

General

Profile

« Previous | Next » 

Revision 1541

Added import-all to import all inputs at once

View differences:

bin/import-all
1
#!/bin/sh
2
# Imports all inputs at once
3
# Usage: . self (note initial ".")
4

  
5
for input in inputs/*/; do
6
    make ${input}import &
7
    sleep 2 # wait for initial output so that outputs don't become jumbled
8
done
0 9

  

Also available in: Unified diff