3c3
< E_WRONG_DIRECTORY=73
---
> E_WRONG_DIRECTORY=83
26,29c26,29
< # Filenames may contain all characters in the 0 - 255 range, except "/".
< # Deleting files beginning with weird characters is left as an exercise.
< 
< # Various other operations here, as necessary.
---
> #  A filename (`basename`) may contain all characters in the 0 - 255 range,
> #+ except "/".
> #  Deleting files beginning with weird characters, such as -
> #+ is left as an exercise.
35a36
> # Various other operations here, as necessary.
37c38
< exit 0
---
> exit $?
