first prototype
This commit is contained in:
parent
755bbb2504
commit
98fc3c472f
23
mumble-bridge
Normal file
23
mumble-bridge
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# x===============================x
|
||||||
|
# | mumble-bridge by xTechnoErikx |
|
||||||
|
# x===============================x
|
||||||
|
|
||||||
|
if [ "$1" = "-h" ]
|
||||||
|
then
|
||||||
|
echo "mumble-bridge [option]"
|
||||||
|
echo
|
||||||
|
echo "Options:"
|
||||||
|
echo "-h Show help"
|
||||||
|
echo "-S Connect to StarkIndustries`s Discord server"
|
||||||
|
echo
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
|
||||||
|
-S) screen -dmS StarkIndustries-mumble mumble-discord-bridge -discord-cid 812428611168632873 -discord-gid 442039910107578369 -discord-token ODIwMDQ3MjkyMzQ5OTM5NzIy.YEvejg.mMYfrj9sRTQDlKEEpz5cq_S09VY -mumble-address sfs.ddnss.org -mumble-insecure
|
||||||
|
|
||||||
|
esac
|
||||||
|
exit 0
|
Loading…
Reference in New Issue
Block a user