diff --git a/lookbusy.sh b/lookbusy.sh index 59257fb..f3b6f09 100644 --- a/lookbusy.sh +++ b/lookbusy.sh @@ -15,8 +15,6 @@ make install cd ~ -rm -rf /opt/lookbusy - # ask user how much cpu to use # default to 20 # echo "How much cpu do you want to use? (default 20)" @@ -51,4 +49,6 @@ KillSignal=SIGINT WantedBy=multi-user.target EOF -systemctl enable --now lookbusy.service \ No newline at end of file +systemctl enable --now lookbusy.service + +rm -rf /opt/lookbusy \ No newline at end of file