From dc32cb7fc8b2c68f3b1df5f3f44e2e9f9db9c4d7 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 29 Feb 2024 22:32:16 -0800 Subject: [PATCH] at command helper --- userspace/files/profile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userspace/files/profile b/userspace/files/profile index f594d0e..d54026e 100644 --- a/userspace/files/profile +++ b/userspace/files/profile @@ -57,3 +57,9 @@ pyenv() { # custom shims export PATH="/usr/comma/shims:${PATH}" + + +# nice AT command helper +atc() { + mmcli -m any --command="${@}" +}