mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-24 02:36:15 +00:00
3 lines
99 B
Bash
Executable file
3 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
# For realigning disposition matrices, e.g. in vim using !}
|
|
liit "$@" | sed 's/^ }/}/'
|