root/bin/with_cat_csv @ 4087
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
- …
- 52
- 53
- 54
- Next »