root/src/vfs/shell/helpers/unlink

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

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