Revision 1450
Added by Aaron Marcuse-Kubitza almost 13 years ago
bin/with_cat_csv | ||
---|---|---|
1 |
#!/bin/bash |
|
2 |
# Runs a command, taking input from the concatenation of the given spreadsheets |
|
3 |
# Usage: self sheet... -- command args... |
|
4 |
|
|
5 |
selfDir="$(dirname -- "$0")" |
|
6 |
|
|
7 |
env cat="$selfDir/cat_csv" "$selfDir/with_cat" "$@" |
|
0 | 8 |
Also available in: Unified diff
Added with_cat_csv