diff .shared/b @ 269:ae940a45bfff

Change in a comment but keeps consistency
author Steve Huston <huston@princeton.edu>
date Thu, 25 Apr 2024 11:30:48 -0400
parents df0b24d4fabd
children 61b830d34016
line wrap: on
line diff
--- 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=<port> eval "$(curl http://localhost:<port>/b)"
+# export DOTSHARE_PORT=<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