pzuraq / nombom

nom nom nom
MIT License
11 stars 6 forks source link

Bash one liner? #5

Open NullVoxPopuli opened 4 years ago

NullVoxPopuli commented 4 years ago

in my .bash_profile:

alias nuke-from-orbit="find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +"

:trollface:

pzuraq commented 4 years ago

it has been so long since I looked at/maintained this package 😬 it definitely can be handled by a bash one liner