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