diff options
author | Arun Isaac | 2023-10-06 14:05:33 +0100 |
---|---|---|
committer | Arun Isaac | 2023-10-06 14:05:33 +0100 |
commit | 727ab053b394db11223a21a68bdf5128946a4840 (patch) | |
tree | 693d8c0fbaefe755dadcf8c20ca7a082ca268345 | |
parent | 1719b8a036356c08bac8c934997cac2d2716dbbd (diff) | |
download | gn-gemtext-727ab053b394db11223a21a68bdf5128946a4840.tar.gz |
Change G-expression → G-expression script.
-rw-r--r-- | topics/uthsc-vpn-with-free-software.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/uthsc-vpn-with-free-software.gmi b/topics/uthsc-vpn-with-free-software.gmi index 34c9901..651fb83 100644 --- a/topics/uthsc-vpn-with-free-software.gmi +++ b/topics/uthsc-vpn-with-free-software.gmi @@ -46,7 +46,7 @@ Then, run the openconnect-sso client as usual. ## Putting it all together using Guix G-expressions -Remembering to do all these steps is a hassle. Writing a shell script to automate this is a good idea, but why write shell scripts when we have G-expressions! Here's a G-expression that I prepared earlier. +Remembering to do all these steps is a hassle. Writing a shell script to automate this is a good idea, but why write shell scripts when we have G-expressions! Here's a G-expression script that I prepared earlier. => uthsc-vpn.scm Download it, tweak the %hosts variable to specify the hosts you are interested in, and run it like so: ``` |