aboutsummaryrefslogtreecommitdiff
path: root/tasks/hst/rt/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/hst/rt/run.sh')
-rw-r--r--tasks/hst/rt/run.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/tasks/hst/rt/run.sh b/tasks/hst/rt/run.sh
new file mode 100644
index 0000000..3be6b66
--- /dev/null
+++ b/tasks/hst/rt/run.sh
@@ -0,0 +1,12 @@
+pre() {
+ echo "I do things before running."
+}
+
+run() {
+ echo "I run things."
+ echo SOURCED_ENV_FILE=${SOURCED_ENV_FILE}
+}
+
+post() {
+ echo "I do things after running."
+}