/doock

shell script to easily disable/enable ubuntu dock

Primary LanguageShellMIT LicenseMIT

doock

shell script to disable/enable ubuntu dock

screenshot of a shell script being executed

Usage

make the script executable

chmod +x ./doock.sh

then run the script

./doock.sh

script based on this stackoverflow answer

I'm learning shell scripting, feel free to recommend improvements & refactoring