rmdir-removes-parent-directories 56 B

123
  1. mkdir -p foo/bar
  2. busybox rmdir -p foo/bar
  3. test ! -d foo