Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
QuiteAFancyEmerald
GitHub Repository: QuiteAFancyEmerald/Holy-Unblocker
Path: blob/master/serve.sh
5154 views
1
#!/bin/sh
2
# Start Tor in the background; note that this may take awhile even after the app starts
3
tor &
4
5
exec node backend.js
6
7