Inital commit
This commit is contained in:
10
Download-AllInstallers.sh
Normal file
10
Download-AllInstallers.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#Check if config is in current directory
|
||||
if [[ ! -f Locations.conf ]];then
|
||||
echo "Location config not found, Please got to the Project directory"
|
||||
exit 10
|
||||
fi
|
||||
|
||||
for filename in ./Installer-*; do
|
||||
$SHELL $filename
|
||||
done
|
||||
Reference in New Issue
Block a user