shell script to disable/enable ubuntu dock
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
shell script to disable/enable ubuntu dock
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