mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-22 18:06:52 +00:00
8 lines
69 B
Bash
Executable file
8 lines
69 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
pushd src
|
|
./genmds
|
|
popd
|
|
mkdocs build
|