From 4f56f18ff4f98904bf881944f56dc4d133b2844c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 4 Jul 2013 08:09:58 +0100 Subject: Add --shell-library --- shell-lib.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shell-lib.sh (limited to 'shell-lib.sh') 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 "$@" +} -- cgit v1.2.1