diff options
| author | EuAndreh <eu@euandre.org> | 2022-05-12 00:45:24 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-05-12 00:45:24 -0300 |
| commit | 8a5a2c2c0535acd6df4b9fc496f45a3387f387e4 (patch) | |
| tree | b8a9c007e6b08f8db74e309db6f370b70cfa9d89 | |
| parent | ~/.local/bin/backup: Clean up script (diff) | |
| download | dotfiles-8a5a2c2c0535acd6df4b9fc496f45a3387f387e4.tar.gz dotfiles-8a5a2c2c0535acd6df4b9fc496f45a3387f387e4.tar.xz | |
.local/bin/msg: Fix xmpp - add to address
| -rwxr-xr-x | .local/bin/msg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/msg b/.local/bin/msg index b749c63c..bdabfbe9 100755 --- a/.local/bin/msg +++ b/.local/bin/msg @@ -42,7 +42,7 @@ ACTION_DONE=false while getopts 'X:sS:m:D:bh' flag; do case "$flag" in X) - xmpp -m "$OPTARG" + xmpp -m "$OPTARG" eu@euandreh.xyz ACTION_DONE=true ;; s) |
