summaryrefslogtreecommitdiff
path: root/plugins/filecontent/etc/5-f.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2010-03-30 22:03:04 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:19 -0600
commitc2f77a2e6fc273f118fa5e9e00f8d26197aefae1 (patch)
treeda614716d45de32e6dc73540d642d333ca4d9b5f /plugins/filecontent/etc/5-f.sh
parent9510d867ff9a59fc203d79716e86c9f14e1b95f0 (diff)
whoop, should have proably commited a momemnt ago
Diffstat (limited to 'plugins/filecontent/etc/5-f.sh')
-rw-r--r--plugins/filecontent/etc/5-f.sh3
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
+