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