Table of Contents
Installation
For daily usage
You need just the file eol_check.sh
and can copy it somewhere you want.
To access it without path copy it into a bin directory in your $PATH like /usr/bin/
or ~/bin/
Example using wget:
cd ~/bin/
wget https://git-repo.iml.unibe.ch/iml-open-source/eol-check/-/raw/master/eol_check.sh
chmod +x eol_check.sh
Example with curl:
You need the parameter -o <outputfile>
cd ~/bin/
curl -o eol_check.sh https://git-repo.iml.unibe.ch/iml-open-source/eol-check/-/raw/master/eol_check.sh
chmod +x eol_check.sh
Using Git
This variant is more for enthusiasts that want to code or have the docs locally.
cd skripts
git clone https://git-repo.iml.unibe.ch/iml-open-source/eol-check.git
Cloning into 'eol-check'...
...
To access the main script without path you can create a softlink in a directory that is in $PATH already.
cd ~/bin
ln -n ~/skripte/eol-check/eol_check.sh