diff options
author | MatMoul <matmoul@gmail.com> | 2016-04-12 23:33:24 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2016-04-12 23:33:24 +0200 |
commit | 73530efd09361e1fe8faa50ad54752cf737ffc5b (patch) | |
tree | ded393d175b680ec718094be38849e4a1f02d3e3 | |
parent | c5bdfd73d19d2a1e2e68d85cb66861a253cd012f (diff) | |
parent | a6821a08259e05eb58610d4119751b8d147b5602 (diff) | |
download | hyperfi-73530efd09361e1fe8faa50ad54752cf737ffc5b.tar.lz hyperfi-73530efd09361e1fe8faa50ad54752cf737ffc5b.tar.xz hyperfi-73530efd09361e1fe8faa50ad54752cf737ffc5b.zip |
Merge branch 'lng' into src
-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/$2/archfi/$3;; --chroot) chroot=1 command=$2 args=$3;; |