Add fork test support for external file

This commit is contained in:
MatMoul 2016-04-12 23:19:20 +02:00
parent c5bdfd73d1
commit 8ac2b3872c

4
archfi
View file

@ -1338,9 +1338,7 @@ loadstrings(){
# --------------------------------------------------------
while (( "$#" )); do
case $1 in
-h|--help) help
exit 0;;
-l|--learning) whiptail --backtitle "$apptitle" --title "" --msgbox "Sorry, learning mode will not be avaible\n\nToo hard to maintain." 0 0;;
-t | --test) baseurl=https://raw.githubusercontent.com/$1/archfi/$2;;
--chroot) chroot=1
command=$2
args=$3;;