5 lines
105 B
Bash
Executable file
5 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git clone https://git.notmuchmail.org/git/notmuch ./_src
|
|
cp ./_src/emacs/*.el .
|
|
rm -rf ./_src
|