mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 08:53:55 +00:00
5 lines
55 B
Bash
Executable file
5 lines
55 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
./mlr --help-all-verbs
|