aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/actions/test.bash')
-rw-r--r--lib/actions/test.bash6
1 files changed, 6 insertions, 0 deletions
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"
+}