I've written my first script. It is to automate the process of setting up a tor relay/bridge (published or not) and a bitcoin full node (with hidden service url and/or clearnet ip) on a fresh debian os. <br>
The script is at <a href="https://github.com/mktx-code/relay-node">https://github.com/mktx-code/relay-node</a>. <br>
To write it I used a combination of the sky-ip tuts and random github codes for syntax and structuring. <br>
Please give me any comments criticisms. Appreciated.