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