8 lines
187 B
Bash
Executable File
8 lines
187 B
Bash
Executable File
# Lancement nordvpntray
|
|
# Dossier travail
|
|
cd $HOME/.local/share/nordvpntray
|
|
# Chemin
|
|
export PATH="$HOME/.local/share/nordvpntray/venv/bin:$PATH"
|
|
# Exécution script
|
|
python nordvpntray.py
|