summaryrefslogtreecommitdiffstats
path: root/src/vfs/shell/helpers/fexists
diff options
context:
space:
mode:
Diffstat (limited to 'src/vfs/shell/helpers/fexists')
-rw-r--r--src/vfs/shell/helpers/fexists2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vfs/shell/helpers/fexists b/src/vfs/shell/helpers/fexists
new file mode 100644
index 0000000..3d11574
--- /dev/null
+++ b/src/vfs/shell/helpers/fexists
@@ -0,0 +1,2 @@
+ls -l "/${SHELL_FILENAME}" >/dev/null 2>/dev/null
+echo '### '$?