at command helper

This commit is contained in:
Adeeb Shihadeh
2024-02-29 22:32:16 -08:00
parent 0c223972ac
commit dc32cb7fc8
+6
View File
@@ -57,3 +57,9 @@ pyenv() {
# custom shims
export PATH="/usr/comma/shims:${PATH}"
# nice AT command helper
atc() {
mmcli -m any --command="${@}"
}