ElNotmuch/sync.sh

6 lines
111 B
Bash
Raw Permalink Normal View History

2025-02-12 17:54:47 +00:00
#!/bin/sh
git clone https://git.notmuchmail.org/git/notmuch ./_src
2025-02-12 19:56:04 +00:00
cp ./_src/emacs/*.el ./emacs
2025-02-12 17:54:47 +00:00
rm -rf ./_src