aboutsummaryrefslogtreecommitdiffstats
path: root/src/start.sh
blob: f7635bc327c8dfe86462336cc59b81396e0b2179 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# Run me as root!

screen -d -m
sleep 1
screen -X -p 0 stuff "./run.sh"
screen -X -p 0 stuff $'\012'