blob: d10c1d66c2032d6dfb678c7700ec02aab32fc4c4 (
plain)
1
2
3
|
#!/bin/sh
cd $(/var/guix/profiles/per-user/shepherd/current-guix/bin/guix build ratspub)
/var/guix/profiles/per-user/shepherd/current-guix/bin/guix environment --ad-hoc ratspub -- ./server.py
|