cryptoids/gup/hpack.gup
2018-01-15 14:44:02 +01:00

8 lines
130 B
Plaintext
Executable File

#! /usr/bin/env nix-shell
#! nix-shell -i zsh -p zsh haskellPackages.hpack
gup -u ${2:h}/package.yaml
cd ${2:h}
hpack . - >${1}