From fa75ee9fb9ad33358c5eeefdd84d274b7b0c0870 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Sun, 8 May 2022 21:24:03 -0500 Subject: [PATCH] Added notes to new startup.bash --- startup.bash | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 startup.bash diff --git a/startup.bash b/startup.bash new file mode 100644 index 0000000..641d59d --- /dev/null +++ b/startup.bash @@ -0,0 +1,19 @@ +#!/usr/bin/env bash -x + + +#### +# Notes +# +# Main jobs +# +# - Start zeroteir-one +# - Check that it's running and continuing to run +# - Start sshd +# - Check that it's running and continuing to run +# - Start mosh +# - Check that it's running and continuing to run +# - Start weechat in tmux +# - Check that it's running and continuing to run + + +