Add fork test support for external file
This commit is contained in:
2
archfi
2
archfi
@@ -1338,7 +1338,7 @@ loadstrings(){
|
|||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
while (( "$#" )); do
|
while (( "$#" )); do
|
||||||
case $1 in
|
case $1 in
|
||||||
-t | --test) baseurl=https://raw.githubusercontent.com/$1/archfi/$2;;
|
-t | --test) baseurl=https://raw.githubusercontent.com/$2/archfi/$3;;
|
||||||
--chroot) chroot=1
|
--chroot) chroot=1
|
||||||
command=$2
|
command=$2
|
||||||
args=$3;;
|
args=$3;;
|
||||||
|
|||||||
Reference in New Issue
Block a user