1#!/bin/sh
2
3[[ -d /usr/local/lib/node_modules/npm ]] \
4  && rm -rf /usr/local/lib/node_modules/npm
5exit 0
6