Skip to content

Epiteks/eblih

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EBLIH

Enhanced-BLIH for Epitech (Formerly known as blihtek)

Before using

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

Via installation script

Installation script available here

$> curl https://raw.githubusercontent.com/epiteks/eblih/master/install.sh | sh

Via Git

Clone the repo and add a symbolic link to use eblih anywhere.

$> ln -s $EBLIH_LOCATION/eblih /usr/local/bin/eblih

Usage

Available here

Changelogs

Available here

Thanks

Thanks to korovi_o, Shakarang and pouleta