blob: 3834f909ca379dca0236670725b2aaf53c70963d (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
#
# run with options '-- ./webserver.scm 8091' e.g.
# . .guix-shell -- guile -e main ./webserver.scm 8091
echo "Note run: running web-server"
guix shell guile guile-json gnutls guile-readline guile-redis openssl nss-certs $*
|