summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-03-14 23:11:15 +0100
committerbt <bt@rctt.net>2026-03-18 16:21:58 +0100
commit54ddec67c477a6fd73b0f623258c0849ba695b88 (patch)
tree3a34b67e62b8788f0611abc4f9f8cfe7954aae46 /run.sh
parent8932846aa4d29d59fd208f40bbfd44d1bb9cf1ff (diff)
downloadsolec-54ddec67c477a6fd73b0f623258c0849ba695b88.tar.gz
solec-54ddec67c477a6fd73b0f623258c0849ba695b88.zip
Basic server implementation
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/run.sh b/run.sh
deleted file mode 100755
index a33fad9..0000000
--- a/run.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-tmux \
- new-session "go run cmd/daemon/main.go; read" \; \
- split-window "sleep 0.5; go run cmd/client/main.go; read" \; \
- select-layout even-horizontal; \ No newline at end of file