Add plugin mv into tmp trash folder that gets clear on reboot (as tmp does)

pull/555/head
Miguel Morales 2015-08-29 18:42:17 -05:00
parent 79727c84f4
commit 2bb8e900ea
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
function del() { mkdir -p /tmp/.trash && mv "$@" /tmp/.trash; }