comparison .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
comparison
equal deleted inserted replaced
268:48b4f41712dc 269:ae940a45bfff
1 #!/bin/bash 1 #!/bin/bash
2 # Bootstrap file - pulls everything else through the web server and sets up an 2 # Bootstrap file - pulls everything else through the web server and sets up an
3 # environment. Load with: 3 # environment. Load with:
4 # P=<port> eval "$(curl http://localhost:<port>/b)" 4 # export DOTSHARE_PORT=<port> ; eval "$(curl http://localhost:${DOTSHARE_PORT}/b)"
5 5
6 # These are the files we'll pull over from the dotshare directory; this way 6 # These are the files we'll pull over from the dotshare directory; this way
7 # that directory can collect other things if needed, but we only pull what we 7 # that directory can collect other things if needed, but we only pull what we
8 # need to bootstrap (the vim plugins, for example, can be loaded the typical 8 # need to bootstrap (the vim plugins, for example, can be loaded the typical
9 # way, or if we really need to a manual pull can get them all) 9 # way, or if we really need to a manual pull can get them all)