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

This commit is contained in:
Miguel Morales
2015-08-29 18:42:17 -05:00
parent 79727c84f4
commit 2bb8e900ea

View File

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