5 lines
193 B
Bash
Executable File
5 lines
193 B
Bash
Executable File
#!/bin/bash
|
|
iptables-restore /etc/iptables/iptables.rules
|
|
su tor -s /bin/bash -c 'tor -f /etc/tor/torrc'
|
|
su -c 'node /home/theia/src-gen/backend/main.js /home/project --hostname=0.0.0.0' theia
|