BLIH simplified for Epitech
Thanks to "IONIS Bocal", korovi_o, Rhatchet and pouleta
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"
And copy blihtek to your /usr/bin directory
sudo cp blihtek /usr/bin/
- Check if user exists into PIE when added into a group