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