aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/test.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-22 11:48:23 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-03-22 11:48:23 +0100
commit1d983e9f934bf6aeb9333c763fe1a603b8d8e5c4 (patch)
treeff96afaf569e8669a28ba35e85a1441621117d0b /lib/actions/test.bash
Initial commit
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"
+}