-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: music
action: commit
revision:
path_from:
revision_from: e8e7223a1f6aff8d91ae68be4a1cffb16f04a1ff:
path_to:
revision_to:

git.thebackupbox.net

music

git://git.thebackupbox.net/music

commit e8e7223a1f6aff8d91ae68be4a1cffb16f04a1ff
Author: epoch <epoch@hacking.allowed.org>
Date:   Thu Dec 19 11:05:16 2019 -0600

    small script to just pass a filter to ss to show connections to the radio because I can not ever remember that shit

diff --git a/Makefile b/Makefile

index 3667858cc1bfb735956a343de05af9adbdb9ac23..

index ..394619c261c67f3ed8d9ba2d13131d23ad31aa2e 100644

--- a/Makefile
+++ b/Makefile
@@ -33,3 +33,4 @@ install: all
 	install music-stream $(PREFIX)/bin/
 	install music-stream-mp3 $(PREFIX)/bin/
 	install pad $(PREFIX)/bin/
+	install music-listeners $(PREFIX)/bin/
diff --git a/music-listeners b/music-listeners
new file mode 100755
index 0000000000000000000000000000000000000000..50f202c229ad2a07b24de6f742b6d11fce4e89ff
--- /dev/null
+++ b/music-listeners
@@ -0,0 +1,2 @@
+#!/bin/sh
+ss -pantu state established '( sport = 8901 )'

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 17:32:05 2024