1#!/bin/sh 2# Start Tor in the background; note that this may take awhile even after the app starts 3tor & 4 5exec node backend.js 6 7