ipbus / ipbb

IPbus Builder Tool
GNU General Public License v3.0
12 stars 12 forks source link

Add tcsh version of env.sh #150

Open tomalin opened 3 years ago

tomalin commented 3 years ago

Please add a tcsh version of https://github.com/ipbus/ipbb/blob/master/env.sh , for the sake of people who use tcsh as their default shell. Currently, the only work-around is for them to run tcsh inside bash inside tcsh ...

bash -c 'source ipbb-test-hls/env.sh; tcsh'