mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 15:37:59 +00:00
4 lines
47 B
Bash
Executable file
4 lines
47 B
Bash
Executable file
#!/bin/bash
|
|
echo ""
|
|
echo '#' mlr "$@"
|
|
mlr "$@"
|