summaryrefslogtreecommitdiffstats
path: root/tools/run-many.sh
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-04-18 23:12:11 +0200
committerbt <bt@rctt.net>2026-04-18 23:12:33 +0200
commitd63176e22d21e347cf1c197084afe8eb1d5376b4 (patch)
tree501b77a9094dfa09acccaebd7698aee256309925 /tools/run-many.sh
parente9aebac1a2a4732763c2f7e4428a23983d4eb6a3 (diff)
downloadsolec-d63176e22d21e347cf1c197084afe8eb1d5376b4.tar.gz
solec-d63176e22d21e347cf1c197084afe8eb1d5376b4.zip
[docs] Update protocol docsv0.2.0
Diffstat (limited to 'tools/run-many.sh')
-rwxr-xr-xtools/run-many.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run-many.sh b/tools/run-many.sh
index 9c84e0d..4d4bf1e 100755
--- a/tools/run-many.sh
+++ b/tools/run-many.sh
@@ -4,6 +4,7 @@
# following lines to hosts file
# 127.0.0.1 localhost s1
# 127.0.0.2 s2
+# for mac: ifconfig lo0 alias 127.0.0.2
tmux \
new-session "go run cmd/daemon/main.go -a 127.0.0.1:9999 -n s1; read" \; \