Files
2026-05-26 23:36:42 -07:00

6 lines
105 B
Bash
Executable File

#!/bin/sh
[[ -d /usr/local/lib/node_modules/npm ]] \
&& rm -rf /usr/local/lib/node_modules/npm
exit 0