Skip to content

Instantly share code, notes, and snippets.

@smathy
Created September 24, 2015 00:25
Show Gist options
  • Save smathy/0ab2eabe3309f4f22211 to your computer and use it in GitHub Desktop.
Save smathy/0ab2eabe3309f4f22211 to your computer and use it in GitHub Desktop.
function RM() {
killall -m "spring .* \| $(basename $1) \|";
rm -rf $1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment