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 + + +