summaryrefslogtreecommitdiffstats
path: root/src/vfs/shell/helpers/unlink
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/vfs/shell/helpers/unlink5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vfs/shell/helpers/unlink b/src/vfs/shell/helpers/unlink
new file mode 100644
index 0000000..f02f4d3
--- /dev/null
+++ b/src/vfs/shell/helpers/unlink
@@ -0,0 +1,5 @@
+if rm -f "/${SHELL_FILENAME}" 2>/dev/null; then
+ echo "### 000"
+else
+ echo "### 500"
+fi