Enhanced-BLIH for Epitech (Formerly known as blihtek)
You can set the variables in commandline or in your shell's config file
#For BASH
export EPITECH_LOGIN="login_x"
export EPITECH_TOKEN="UNIX PWD in SHA512"
export EPITECH_FOLDER="/your/work/folder"
#For FISH
set -U EPITECH_LOGIN "login_x"
set -U EPITECH_TOKEN "UNIX PWD in SHA512"
set -U EPITECH_FOLDER "/your/work/folder"
Installation script available here
$> curl https://raw.githubusercontent.com/epiteks/eblih/master/install.sh | sh
Clone the repo and add a symbolic link to use eblih anywhere.
$> ln -s $EBLIH_LOCATION/eblih /usr/local/bin/eblih