diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-12 23:19:20 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-12 23:19:20 +0200 |
commit | 8ac2b3872c6557320edf27c87ec38c044a26ddf2 (patch) | |
tree | a73fbab33247fb31feda3962795f83ffcf96f2d2 | |
parent | c5bdfd73d19d2a1e2e68d85cb66861a253cd012f (diff) | |
download | hyperfi-8ac2b3872c6557320edf27c87ec38c044a26ddf2.tar.lz hyperfi-8ac2b3872c6557320edf27c87ec38c044a26ddf2.tar.xz hyperfi-8ac2b3872c6557320edf27c87ec38c044a26ddf2.zip |
Add fork test support for external file
-rw-r--r-- | archfi | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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;; |