mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
6 lines
122 B
Text
6 lines
122 B
Text
case="regex: options"
|
|
command="rm correc -r"
|
|
error="no such file or directory"
|
|
expect="rm -r ./correct"
|
|
|
|
mkdir -p correct
|