Closed bunop closed 7 years ago
Sorry that I missed the pr for a long time.
No problem. There is another issue when you try to remove a soft link pointing to a directory. If I have time, I try to deal with it.
That really helps 😄
I've changed the code style according to https://google.github.io/styleguide/shell.xml
Please git pull to get the latest commit head before anything.
I've described the link problem in #11 and proposed a PR #12 . Cheers.
Hi kaelzhang,
I've added some modification on your script. Briefly:
-I/--interactive=once
for asking only one time before removal (seeman rm
for details)rm
binary, I prompt a command to usesafe-rm
as an alias (see your issue)Regards,
Paolo