1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-23 14:38:07 +03:00
niv/script/gen

13 lines
223 B
Plaintext
Raw Normal View History

2019-02-08 21:07:05 +03:00
#!/usr/bin/env nix-shell
#!nix-shell -i bash
#!nix-shell -I nixpkgs=./nix
#!nix-shell -p nix
#!nix-shell --pure
set -euo pipefail
echo "Updating README"
cat $(nix-build -A readme) > README.md
2019-04-14 15:49:13 +03:00
$(nix-build -A niv-svg-gen)