This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* quickstart.js | |
* ~~~~~~~~~~~~~ | |
* | |
* Code from the Stormpath Node.js Quickstart: | |
* http://docs.stormpath.com/nodejs/quickstart/ | |
* | |
* You can run this code by typing: | |
* | |
* $ node quickstart.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# remove-node.sh | |
# | |
# Find and remove all traces of Node and NPM from OS X and Linux. | |
# Log all file deletions to ~/remove_node_YYYY_MM_DD_HH_MM_SS.log | |
# | |
# Author: | |
# Larry Gordon | |
# |