Skip to content

Instantly share code, notes, and snippets.

View zouhair1210's full-sized avatar
💭
salut alll

riahi zouhair1210

💭
salut alll
View GitHub Profile
@marcos-alexandre82
marcos-alexandre82 / kill-adobe-daemons.sh
Created May 10, 2021 23:55 — forked from jivanpal/kill-adobe-daemons.sh
Stop Adobe Creative Cloud daemons (background processes) in their tracks
#!/bin/bash
if [ "$1" = "-s" ] || [ "$1" = "--show" ]; then
show=true
else
show=false
fi
if $show || [ "$1" = "-v" ] || [ "$1" = "--verbose" ]; then
verbose=true