summaryrefslogtreecommitdiff
path: root/rvs/plugins/filecontent/etc/5-f.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rvs/plugins/filecontent/etc/5-f.sh')
-rw-r--r--rvs/plugins/filecontent/etc/5-f.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/rvs/plugins/filecontent/etc/5-f.sh b/rvs/plugins/filecontent/etc/5-f.sh
new file mode 100644
index 0000000..0506894
--- /dev/null
+++ b/rvs/plugins/filecontent/etc/5-f.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+if [ -f "$1" ]; then echo 'f'; fi
+