Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

13 Zeilen
196B

  1. #!/usr/bin/fish
  2. # print one line to unblock i3blocks
  3. echo
  4. # remove socket if it exists already
  5. if test -e $argv[1]
  6. rm $argv[1]
  7. end
  8. # listen to socket
  9. exec socat UNIX-LISTEN:$argv[1],fork -