Skip to content

Instantly share code, notes, and snippets.

@agusvama
Created September 17, 2016 07:33
Show Gist options
  • Save agusvama/58526a92d998f8d96179659dd0efb8f4 to your computer and use it in GitHub Desktop.
Save agusvama/58526a92d998f8d96179659dd0efb8f4 to your computer and use it in GitHub Desktop.
delete files (well, move them to recycle folder)
#!/bin/bash
/usr/bin/mv $@ ~/recycle/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment