Epiteks / eblih

💻 Enhanced-BLIH for Epitech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

💻 Enhanced-BLIH for Epitech


Languages

Language:Python 96.1%Language:Shell 3.9%