Glacier v4 testing

This commit is contained in:
Liam Waldron 2023-02-03 11:32:29 -05:00
parent 927b02c0f3
commit f3b9e04edd
4 changed files with 26 additions and 0 deletions

5
src/glacier-v4/glacier4 Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
. /etc/glacier/hooks
get_pkg()

8
src/glacier-v4/input-test Executable file
View File

@ -0,0 +1,8 @@
#!/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

8
src/glacier-v4/input-test-2 Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
. /etc/glacier/hooks
for r in ${ALLOWED_REPOS[@]}; do
set REPO${ALLOWED_REPOS[@]}=$GREPO/${r}
echo ${REPO}${ALLOWED_REPOS[@]}
done

5
src/glacier-v4/input-test-3 Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
for i; do
echo $1
done