# HG changeset patch # User Steve Huston # Date 1714059048 14400 # Node ID ae940a45bfffa78bee5a956b94835e1bf22a3e17 # Parent 48b4f41712dc91a763aab0dafd71d74aae327837 Change in a comment but keeps consistency diff -r 48b4f41712dc -r ae940a45bfff .shared/b --- a/.shared/b Thu Apr 25 10:50:06 2024 -0400 +++ b/.shared/b Thu Apr 25 11:30:48 2024 -0400 @@ -1,7 +1,7 @@ #!/bin/bash # Bootstrap file - pulls everything else through the web server and sets up an # environment. Load with: -# P= eval "$(curl http://localhost:/b)" +# export DOTSHARE_PORT= ; eval "$(curl http://localhost:${DOTSHARE_PORT}/b)" # These are the files we'll pull over from the dotshare directory; this way # that directory can collect other things if needed, but we only pull what we