7 lines
138 B
Bash
Executable file
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
|