summaryrefslogtreecommitdiff
path: root/shell-lib.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-07-04 08:09:58 +0100
committerLars Wirzenius <liw@liw.fi>2013-07-04 08:09:58 +0100
commit4f56f18ff4f98904bf881944f56dc4d133b2844c (patch)
tree3bc1caeda6e5afd6ba84bc19380c29f7a23b72d6 /shell-lib.sh
parent71963a08d32daf5ffb356fa427f1499c4ca5b4cc (diff)
downloadcmdtest-4f56f18ff4f98904bf881944f56dc4d133b2844c.tar.gz
Add --shell-library
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 "$@"
+}