glacier-old/src/glacier-v4/input-test
2023-02-03 11:32:29 -05:00

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