sloth/zhu-li
2023-11-03 22:18:00 -05:00

7 lines
138 B
Bash
Executable file

#!/bin/sh
# does the thing (build Sloth)
hall build -x
hall dist -x
guix shell -D -f guix.scm -- autoreconf -vif && ./configure && make