mmm1379

Results 2 issues of mmm1379

there are files that come without extension, e.g. some shell scripts, Dockerfile, some config files... suggestion: ```yaml ls: .: kebab-case ```

there is a need for normalizing a relative path, so it can even result in sth like "../a/" ```rust #[test] #[should_panic] fn test_path_evaluating_to_outside_of_root_panics() { let path = Path::new(".."); let new_path...