No description
Find a file
Miles Alan a032e4923e Remove +1 stripping from numbers in modem scripts
Note prefix stripping was unreliable because any +1XX number would break things.
The advice should be to always dial with +1 / international prefixes and store
contacts in your contacts.tsv with international codes; this way we avoid any
duplicate errors since we can be assured things in mmcli always come back w/
international prefixing automatically.
2020-06-29 11:43:22 -05:00
configs Implement context menu for foxtrotgps with copy/paste/search/locations 2020-06-24 21:38:05 -05:00
programs Support headphone (linejack) mic input in audio routing program 2020-06-09 22:09:27 -05:00
scripts Remove +1 stripping from numbers in modem scripts 2020-06-29 11:43:22 -05:00
.gitignore Initial commit 2020-03-15 18:42:35 -05:00
LICENSE Add license 2020-06-19 18:02:09 -05:00
Makefile Add shellcheck task to Makefile 2020-06-07 10:17:14 -05:00
README.md Shellcheck and tabindent all scripts 2020-06-13 20:36:13 -05:00

sxmo-utils

This repository contains scripts and C programs to support Sxmo.

Note all scripts pass shellcheck and are tab-idented.