Project

General

Profile

1 1450 aaronmk
#!/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" "$@"