Sharing funny things
If I post it assume it’s not OC
deleted by creator
Original creator of the meme disabled the key before posting so it theoretically would give you an incorrect API key provided error. Double checked with a basic app before I posted it here lol
Keys disabled
git rm -rf
is only usable within the scope of the git repository and removes files in the staging area and working directory but doesnt affect untracked files or .git.rm -rf
affects everything. For this caserm -rf
probably would be the better optionedit: did a quick edit on the meme to change it to
rm -rf
since it makes more sense