comparison .shared/b @ 274:02a3d7c46b2b

Better 'ds end' functionality, and ability to share a remote environment more easily
author Steve Huston <huston@srhuston.net>
date Fri, 26 Apr 2024 12:02:56 -0400
parents 61b830d34016
children
comparison
equal deleted inserted replaced
273:61b830d34016 274:02a3d7c46b2b
19 19
20 for F in $FILES ; do 20 for F in $FILES ; do
21 curl --create-dirs -so ${DOTHOME}/$F http://localhost:${DOTSHARE_PORT}/$F 21 curl --create-dirs -so ${DOTHOME}/$F http://localhost:${DOTSHARE_PORT}/$F
22 done 22 done
23 23
24 export DOTHOME 24 cat > ${DOTHOME}/.env-setup << EOF
25 export DOTHOME=${DOTHOME}
25 source ${DOTHOME}/shared_bashrc 26 source ${DOTHOME}/shared_bashrc
27 EOF
28
29 source ${DOTHOME}/.env-setup