kaelzhang / shell-safe-rm

😎 Safe-rm: A drop-in and much safer replacement of bash rm with nearly full functionalities and options of the rm command! Safe-rm will act exactly the same as the original rm command.
Other
428 stars 33 forks source link

Dealing with symlink pointing to directories (fix #11) #12

Open bunop opened 7 years ago

bunop commented 7 years ago

Now shell-safe-rm will consider a symlink to a directory like a regular file; Added indentation in directory condition

bunop commented 7 years ago

This will solve #11

kaelzhang commented 7 years ago

merge for now