Initial commit of files
This commit is contained in:
16
bin/srv-update.sh
Executable file
16
bin/srv-update.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd $HOME
|
||||
|
||||
for i in ProbeStar NTCNA CAMP Gits
|
||||
do
|
||||
if [ -d "$i" ]; then
|
||||
if [ "$i" == "ProbeStar" ]; then
|
||||
$HOME/bin/pstar-update.sh
|
||||
else
|
||||
d=`echo "${i,,}"`
|
||||
$HOME/bin/$d-update.sh
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user