Project

General

Profile

« Previous | Next » 

Revision 1450

Added with_cat_csv

View differences:

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