summaryrefslogtreecommitdiff
path: root/ct1986
diff options
context:
space:
mode:
authortslil clingman <>2021-10-05 23:06:17 -0400
committertslil clingman <>2021-10-05 23:06:17 -0400
commit0f652b2d99855c8270aa65d8772f7e340f96f73d (patch)
tree55924795772d1d353968f3be99c7ee5b7430d8cf /ct1986
parent7c4657c41c603307a7d6cf1293294f34eceea24f (diff)
Reveal tak to the world!
Diffstat (limited to 'ct1986')
-rwxr-xr-xct198617
1 files changed, 0 insertions, 17 deletions
diff --git a/ct1986 b/ct1986
deleted file mode 100755
index 047999b..0000000
--- a/ct1986
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-META="text/gemini; charset=utf-8"
-
-if [ -n "${QUERY_STRING}" ]; then
- new_ptn="${PATH_INFO//\//}${QUERY_STRING}."
- printf '20 %s\r\n' "$META"
- printf '```\n'
- while [ "$(pgrep geminict | wc -l)" > "10" ]; do
- sleep 0.25s;
- done
- geminict "$new_ptn"
- printf '```\n'
- echo 'Please be patient, ct1986 is a slow bot and no more than 10 instances are allowed concurrently on the server.'
- printf "=> gemini://l-3.space/ct1986/$new_ptn/ Enter next move"
-else
- printf "10 Enter starting move:\r\n"
-fi;