From 1d983e9f934bf6aeb9333c763fe1a603b8d8e5c4 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 22 Mar 2020 11:48:23 +0100 Subject: Initial commit --- lib/actions/test.bash | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/actions/test.bash (limited to 'lib/actions/test.bash') diff --git a/lib/actions/test.bash b/lib/actions/test.bash new file mode 100644 index 0000000..68c6d60 --- /dev/null +++ b/lib/actions/test.bash @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +action() { + # TODO: Implement test + die "Not yet implemented" +} -- cgit v1.1