summaryrefslogtreecommitdiff
path: root/main.tcl
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2024-06-30 14:48:13 +1000
committeralekseiplusplus <alekseijeaves@protonmail.com>2024-06-30 14:48:13 +1000
commitd5cc926ec6c3020d2d51cacc7d14e59c558c4167 (patch)
tree7dbc071ee3ecd6c143426984c19b4c73c11a42c7 /main.tcl
parenta61f03cfbf62eb006e6bd845694f18d40101d4e8 (diff)
beginning draftwork on modules
Diffstat (limited to 'main.tcl')
-rwxr-xr-xmain.tcl8
1 files changed, 0 insertions, 8 deletions
diff --git a/main.tcl b/main.tcl
deleted file mode 100755
index bd24e69..0000000
--- a/main.tcl
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/tclsh
-
-source configure.tcl
-source http.tcl
-
-socket -server http::server 8000
-
-vwait forever