aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/.local/bin/discord-relay.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-29 16:50:45 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-29 16:50:45 -0500
commit6bfbdbf35365174903c305ec4b254c2523413ca6 (patch)
tree3b5b401cfaba667aaacca3db3eac455ac6930bd7 /scripts/.local/bin/discord-relay.sh
parenteea16815b501369da58a8c3886f41558022835ca (diff)
refactor: moved scripts into wsl package
Diffstat (limited to 'scripts/.local/bin/discord-relay.sh')
-rwxr-xr-xscripts/.local/bin/discord-relay.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/.local/bin/discord-relay.sh b/scripts/.local/bin/discord-relay.sh
deleted file mode 100755
index 3932908..0000000
--- a/scripts/.local/bin/discord-relay.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec socat UNIX-LISTEN:/var/run/discord-ipc-0,fork,group=discord,umask=007 EXEC:"npiperelay.exe -ep -s //./pipe/discord-ipc-0",nofork >/dev/null 2>&1