Revision 3819
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/invert | ||
---|---|---|
1 |
#!/bin/sh |
|
2 |
# Inverts a map spreadsheet, so that the output maps to the input. |
|
3 |
|
|
4 |
selfDir="$(dirname -- "$0")" |
|
5 |
|
|
6 |
"$selfDir/cols" 1 0 + |
|
0 | 7 |
Also available in: Unified diff
Added invert