#!/bin/bash
# Runs a command, taking input from the concatenation of the given spreadsheets
# Usage: self sheet... -- command args...
selfDir="$(dirname -- "$0")"
env cat="$selfDir/cat_csv" "$selfDir/with_cat" "$@"