From 520bfcea7b1da3f6e8ff7dc0d14ef11940cc511e Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Mon, 25 Jan 2021 10:22:19 -0500 Subject: [PATCH] Updated github clone script --- bin/github-load.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/github-load.sh b/bin/github-load.sh index 307229e..5cab0f2 100755 --- a/bin/github-load.sh +++ b/bin/github-load.sh @@ -7,7 +7,7 @@ mkdir bin misc tmp Projects Gits # ProbeStar stuff mkdir -p ProbeStar cd ProbeStar -for i in Cnomicon CyberSecurity KnowledgeBase linux_tools pi_tools Pynomicon Radio Robotics Software windows_tools +for i in Cnomicon Cybersecurity KnowledgeBase linux_tools pi_tools Pynomicon Radio Robotics Software windows_tools do echo "ProbeStar: $i" if [ -d $i ]; then @@ -18,7 +18,7 @@ do ln -fs ProbeStar/$i cd ProbeStar done -rm -rf Database +rm -rf CyberSecurity Database cd $HOME cp linux_tools/bin/* ~/bin @@ -35,7 +35,7 @@ do git clone https://github.com/nprobert/$i done cd $HOME -for i in CVehicle NissanV2X PyVehicle ProberN +for i in CInfrastructure CVehicle NissanV2X PyVehicle ProberN RosVehicle do ln -fs NTCNA/$i $i done