Installation
- Download or clone the script to your computer
- Open a terminal window, navigate to the location where you saved the file (
cd /<folder>/) - Run
chmod u+x Intellidock.shto allow the user to run the script - Run the script in the background
nohup ./Intellidock.sh > /dev/null 2>&1& - Optionally set the script to run at startup (see this link).
To receive a notification every time the state changes, run Intellidock with the -n parameter.
nohup ./Intellidock.sh -n > /dev/null 2>&1&
Changes from 1.0.0
- added option to receive notifcations
- refactored code and fixed a small bug