diff options
author | EuAndreh <eu@euandre.org> | 2022-11-27 08:09:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-27 08:09:17 -0300 |
commit | ea8a9585ec7ee149d4c411bc45b05756cb4c8f65 (patch) | |
tree | d5343850616d4cb8c1bf352431b4863409963c84 /bin/msg | |
parent | Makefile: Make "cd + $(MAKE)" rules silent (diff) | |
download | dotfiles-ea8a9585ec7ee149d4c411bc45b05756cb4c8f65.tar.gz dotfiles-ea8a9585ec7ee149d4c411bc45b05756cb4c8f65.tar.xz |
bin/{msg,tmp,xmpp}: Change euandreh.xyz -> euandre.org
Diffstat (limited to 'bin/msg')
-rwxr-xr-x | bin/msg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ MESSAGE="${1:-}" if [ "$XMPP" = true ]; then eval "$(assert-arg "$MESSAGE" '-X MESSAGE')" - xmpp -m "$MESSAGE" eu@euandreh.xyz & + xmpp -m "$MESSAGE" eu@euandre.org & fi if [ "$SOUND" = true ]; then sound & |