root/bin/with_cat_csv @ 11295
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" "$@" |
- « Previous
- 1
- …
- 83
- 84
- 85
- Next »