mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
7 lines
118 B
Text
7 lines
118 B
Text
|
|
case="file path typo"
|
||
|
|
command="cd ./correc"
|
||
|
|
error="no such file or directory"
|
||
|
|
expect="cd ./correct"
|
||
|
|
|
||
|
|
mkdir -p correct
|