Preserve environments vars after shell script finishes

后端 未结 3 1927
别那么骄傲
别那么骄傲 2021-01-11 14:14

How can I keep the environment variables, set from a shell script, after the script finishes running?

3条回答
  •  遥遥无期
    2021-01-11 14:51

    run the script as follows:

    source 
    
                                     
                  
提交回复
热议问题