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