Add plugin mv into tmp trash folder that gets clear on reboot (as tmp does)
parent
79727c84f4
commit
2bb8e900ea
|
|
@ -0,0 +1,2 @@
|
|||
function del() { mkdir -p /tmp/.trash && mv "$@" /tmp/.trash; }
|
||||
|
||||
Loading…
Reference in New Issue