diff options
author | Pjotr Prins | 2023-07-05 08:54:08 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-07-05 08:54:12 -0500 |
commit | 6fb93ceeeea228e638f11ffa770d58c730268c69 (patch) | |
tree | 7c6a526d083d9666a3e2a043b09a7f1dedf2b70f /gn3-guile/web/.guix-shell | |
parent | f52247c15f3694f3dd5fd0fd79c3e15376137e07 (diff) | |
download | genenetwork3-6fb93ceeeea228e638f11ffa770d58c730268c69.tar.gz |
Kicked of guile REST API
Diffstat (limited to 'gn3-guile/web/.guix-shell')
-rw-r--r-- | gn3-guile/web/.guix-shell | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gn3-guile/web/.guix-shell b/gn3-guile/web/.guix-shell new file mode 100644 index 0000000..3834f90 --- /dev/null +++ b/gn3-guile/web/.guix-shell @@ -0,0 +1,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 $* |