repo: music action: commit revision: path_from: revision_from: e8e7223a1f6aff8d91ae68be4a1cffb16f04a1ff: path_to: revision_to:
commit e8e7223a1f6aff8d91ae68be4a1cffb16f04a1ff Author: epochDate: 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
--- 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-----