diff options
Diffstat (limited to 'src/vfs/fish/helpers/fexists')
-rw-r--r-- | src/vfs/fish/helpers/fexists | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vfs/fish/helpers/fexists b/src/vfs/fish/helpers/fexists new file mode 100644 index 0000000..cf03b15 --- /dev/null +++ b/src/vfs/fish/helpers/fexists @@ -0,0 +1,3 @@ +#ISEXISTS $FISH_FILENAME +ls -l "/${FISH_FILENAME}" >/dev/null 2>/dev/null +echo '### '$? |