summaryrefslogtreecommitdiffstats
path: root/src/vfs/shell/helpers/rmdir
blob: 88172c4dc4b52846737c2c697c4576174cf0c5b1 (plain)
1
2
3
4
5
if rmdir "/${SHELL_FILENAME}" 2>/dev/null; then
   echo "### 000"
else
   echo "### 500"
fi