9 lines
134 B
Bash
Executable File
9 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. /etc/glacier/hooks
|
|
|
|
for r in ${ALLOWED_REPOS[@]}; do
|
|
DOWNLOAD_REPO(1 2 3 4 5 6 7 8)=$GREPO/$r
|
|
echo $DOWNLOAD_REPO
|
|
done
|