It is loaded by default by /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist.
If you run
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
| #!/bin/bash | |
| if [ "$1" = "-s" ] || [ "$1" = "--show" ]; then | |
| show=true | |
| else | |
| show=false | |
| fi | |
| if $show || [ "$1" = "-v" ] || [ "$1" = "--verbose" ]; then | |
| verbose=true |
| Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
| ActivityTweet | |
| generic_activity_highlights | |
| generic_activity_momentsbreaking | |
| RankedOrganicTweet | |
| suggest_activity | |
| suggest_activity_feed | |
| suggest_activity_highlights | |
| suggest_activity_tweet |
| rm -rf `find -type d -name .ipynb_checkpoints` |
| import weakref | |
| import matplotlib.pyplot as plt | |
| import numpy | |
| from sklearn.datasets import fetch_mldata | |
| class Variable(object): | |
| def __init__(self, data): | |
| self.data = data |
| ffmpeg -f concat -safe 0 -i <(for f in ./*.MP4; do echo "file '$PWD/$f'"; done) -c copy output.MP4 |
It is loaded by default by /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist.
If you run
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist