root/src/vfs/shell/helpers/rmdir

/* [previous][next][first][last][top][bottom][index][help]  */
if rmdir "/${SHELL_FILENAME}" 2>/dev/null; then
   echo "### 000"
else
   echo "### 500"
fi

/* [previous][next][first][last][top][bottom][index][help]  */