mobian-scripts/mms-read

12 lines
382 B
Plaintext
Raw Permalink Normal View History

2021-01-22 02:50:55 +00:00
#!/bin/bash
# Wrapper for Jenky MMS (https://git.sr.ht/~amindfv/jmms)
# Until MMS is natively supported in mobile Linux, this command
# will use jmms to read your pending MMS messages. For this to
# work the WiFi needs switched off as only the 4G LTE connection
# has authentication to read from (T-Mobile's) servers.
sudo nmcli radio wifi off
jmms --get
sudo nmcli radio wifi on