4 lines
74 B
Bash
Executable file
4 lines
74 B
Bash
Executable file
#!/usr/bin/env nix-shell
|
|
#!nix-shell -i bash -p mdbook
|
|
|
|
mdbook build docs
|