Skip to content

Instantly share code, notes, and snippets.

@omarrr
omarrr / uninstall-node.sh
Created July 14, 2012 19:11 — forked from nicerobot/README.md
Mac OS X uninstall script for packaged install of node.js
#!/bin/sh
(( ${#} > 0 )) || {
echo 'DISCLAIMER: USE THIS SCRIPT AT YOUR OWN RISK!'
echo 'THE AUTHOR TAKES NO RESPONSIBILITY FOR THE RESULTS OF THIS SCRIPT.'
echo "Disclaimer aside, this worked for the author, for what that's worth."
echo 'Press Control-C to quit now.'
read
echo 'Re-running the script with sudo.'
echo 'You may be prompted for a password.'
sudo ${0} sudo
@omarrr
omarrr / Backtick_Tumblr.md
Last active December 30, 2015 08:29 — forked from JoelBesada/README.md
'Tumblr' command for Backtick

Tumblr command for Backtick

Tumblr command for Backtick. A Backtick command consists of some executable JavaScript and a bit of metadata in JSON.

Here are the required steps to create a command:

  1. Create a new Gist with a command.js and command.json file, or simply fork this one.

  2. Write your JavaScript in command.js. This will be injected into and executed on the page the user is currently on when they run it.

@omarrr
omarrr / Backtick_Delicious.md
Last active April 12, 2016 06:55 — forked from JoelBesada/README.md
'Delicious' command for Backtick.

Delicious command for Backtick

'Delicious' command for Backtick. A Backtick command consists of some executable JavaScript and a bit of metadata in JSON.

Here are the required steps to create a command:

  1. Create a new Gist with a command.js and command.json file, or simply fork this one.

  2. Write your JavaScript in command.js. This will be injected into and executed on the page the user is currently on when they run it.