summaryrefslogtreecommitdiff
path: root/shell-lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell-lib.sh')
-rw-r--r--shell-lib.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell-lib.sh b/shell-lib.sh
new file mode 100644
index 0000000..767918e
--- /dev/null
+++ b/shell-lib.sh
@@ -0,0 +1,6 @@
+# A shell library for the shell-lib.yarn test.
+
+implement()
+{
+ echo "$@"
+}