|
|
@ -6,6 +6,8 @@ set -eu
|
|
|
|
|
|
|
|
|
|
|
|
mount -t tmpfs -o size=100M horror ./state
|
|
|
|
mount -t tmpfs -o size=100M horror ./state
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tmux new-session -t nethorror -d
|
|
|
|
|
|
|
|
|
|
|
|
# TODO: Set some sysctls in order not to interact with the networks
|
|
|
|
# TODO: Set some sysctls in order not to interact with the networks
|
|
|
|
|
|
|
|
|
|
|
|
for net in networks/*; do
|
|
|
|
for net in networks/*; do
|
|
|
@ -16,4 +18,4 @@ for mach in machines/*; do
|
|
|
|
$mach/run-shim.sh
|
|
|
|
$mach/run-shim.sh
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
tmux
|
|
|
|
tmux -N attach
|
|
|
|