Project

General

Profile

1 348 aaronmk
#!/bin/sh
2 1132 aaronmk
# Inner-joins two map spreadsheets and automatically appends the joined map when
3
# the input map is a derivative of the joined map. Sorts in the standard order.
4 261 aaronmk
5
selfDir="$(dirname -- "$0")"
6
7 1132 aaronmk
"$selfDir/join" "$@"|env ignore=1 "$selfDir/union" "$@"|"$selfDir/sort_map"