From 6cd61746524c1240d8e181e6e3dda70653cea5b2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 30 Mar 2010 22:03:04 -0600 Subject: whoop, should have proably commited a momemnt ago --- rvs/plugins/filecontent/etc/3-d.sh | 3 +++ rvs/plugins/filecontent/etc/5-f.sh | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 rvs/plugins/filecontent/etc/3-d.sh create mode 100644 rvs/plugins/filecontent/etc/5-f.sh (limited to 'rvs/plugins/filecontent/etc') diff --git a/rvs/plugins/filecontent/etc/3-d.sh b/rvs/plugins/filecontent/etc/3-d.sh new file mode 100644 index 0000000..f169cae --- /dev/null +++ b/rvs/plugins/filecontent/etc/3-d.sh @@ -0,0 +1,3 @@ +#!/bin/sh +if [ -d "$1" ]; then echo 'd'; fi + 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 + -- cgit v1.2.3-2-g168b