mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-01 12:11:15 +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
|