summaryrefslogtreecommitdiffstats
path: root/src/foo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/foo.sh')
-rw-r--r--src/foo.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/foo.sh b/src/foo.sh
new file mode 100644
index 0000000..39ec45d
--- /dev/null
+++ b/src/foo.sh
@@ -0,0 +1,4 @@
+hello()
+{
+ echo hello world
+}