#!/bin/bash if [ ! "$UID" -eq 0 ] then sudo bash "$BASH_SOURCE"; else npm install -g n; n install latest; fi;