zechris / asciinema-rec_script

Record 💭 comments and ❯ commands from from shell scripts in addition to their output.
https://github.com/asciinema/asciinema#rec-filename
GNU General Public License v3.0
27 stars 4 forks source link

Using `rm -rf <directory>` doesn't do anything? #64

Closed drupol closed 10 months ago

drupol commented 10 months ago

Hello,

I made a simple script:

mkdir abc
: rm -rf abc

But the last command is supposed to remove the directory abc and for some reason that I don't explain, it doesn't do it.

Can you help me?

drupol commented 10 months ago

I switched to the dev version and it worked immediately ! Closing the issue.