Skip to content

Instantly share code, notes, and snippets.

Between Shawn Maddock

And [customer name].

Summary:

I will always do my best to fulfill your needs and meet your expectations, but it is important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you will not find any complicated legal terms or long passages of unreadable text. I have no desire to trick you into signing something that you might later regret. What I do want is what is best for both parties, now and in the future.

So in short;

@smaddock
smaddock / fileKiller.sh
Last active July 10, 2018 23:03 — forked from bwmorales/fileKiller.sh
List files that you want to assasinate in every user's home directory, as well as some system files, on macOS.
#!/bin/bash
SYSTEM_FILES=(
'/Applications/Google Chrome.app'
)
USER_FILES=(
'~/Library/Application Support/Google/Chrome'
'~/Library/Caches/Google/Chrome'
)