Bash script for running WO Mic on Linux
The purpose of this script is to be able to connect to a locally started WO Mic server in the background and exit the terminal freely, without having to remember the PID, when you want to disconnect.
To use this script you must first have downloaded the WO Mic AppImage binary from the official site and extracted it somewhere according to the official instructions from step 1.
Place the script in the same folder as the extracted AppImage binary and run it like so:
$ ./womic.sh [OPTION]
OPTIONS:
-b
- to connect via Bluetooth
-w
- to connect via WiFi
-k
- to disconnect
-h
- to show this help message