Never remove ${HOME}/Downloads . #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Buddy, it seems the
${HOME}/Downloads
directory is areserved
directory to the user who logged into desktop, the Desktop Environment will create${HOME}/Downloads
for user after logging into desktop first time. And this script should ask for saving the downloaded packages or not:Some people (like me) really dislike scripts deleting files on their own.
可以把下载的东西放到/tmp里面,这样就不用纠结要不要删了,重启下就没了
已修改