Project

General

Profile

1
#!/bin/sh
2
# 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

    
5
selfDir="$(dirname -- "$0")"
6

    
7
"$selfDir/join" "$@"|env ignore=1 "$selfDir/union" "$@"|"$selfDir/sort_map"
(23-23/47)