summaryrefslogtreecommitdiff
path: root/rerun.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rerun.sh')
-rwxr-xr-xrerun.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/rerun.sh b/rerun.sh
index 7f28b5c..fa4a75d 100755
--- a/rerun.sh
+++ b/rerun.sh
@@ -1,9 +1,5 @@
#!/usr/bin/env bash
{
- socat -L'lock' 'UNIX-LISTEN:./s2s,fork' 'OPENSSL:irc.andrewyu.org:7005' &
- while ! [ -S ./s2s ]; do
- sleep 0.1
- done
start=`date -u +%s`
./haxserv
uptime=$((`date -u +%s` - $start))