summaryrefslogtreecommitdiffstats
path: root/glustolibs-io/shared_files/mytest.sh
diff options
context:
space:
mode:
authorShwetha Panduranga <spandura@redhat.com>2016-10-03 15:30:55 +0530
committerJonathan Holloway <jholloway@redhat.com>2016-10-17 10:12:47 -0700
commit9f7721681d14c2fdbfd77bb41d3d1c6fc6519583 (patch)
treee510ba7d1effda77a038a15ae3fd0fc081a44b07 /glustolibs-io/shared_files/mytest.sh
parentb8e32480bd75fc6dfc2cd1eb7eaac67e13f420ee (diff)
Adding a sample io program which creates/renames/list files/dirs under given dir
Change-Id: Iefeadfe3bd943b2488775bb214b98967f8ce7133 Signed-off-by: Shwetha Panduranga <spandura@redhat.com>
Diffstat (limited to 'glustolibs-io/shared_files/mytest.sh')
-rwxr-xr-xglustolibs-io/shared_files/mytest.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/glustolibs-io/shared_files/mytest.sh b/glustolibs-io/shared_files/mytest.sh
new file mode 100755
index 000000000..89aeb7d27
--- /dev/null
+++ b/glustolibs-io/shared_files/mytest.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "this is a test"