procmail2notmuch: WIP update script
This commit is contained in:
parent
42590b3cbc
commit
dd1a8c2eae
10
procmail2notmuch/update.sh
Executable file
10
procmail2notmuch/update.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
set -e
|
||||||
|
cd ~/dotfiles
|
||||||
|
git diff
|
||||||
|
scp nasx:.procmailrc procmailrc
|
||||||
|
git diff
|
||||||
|
cd ~/src/xinu.tv/letterbox/procmail2notmuch
|
||||||
|
cargo run > /tmp/notmuch.tags
|
||||||
|
mv /tmp/notmuch.tags ~/dotfiles/notmuch.tags
|
||||||
|
cd ~/dotfiles
|
||||||
|
git diff
|
||||||
Loading…
x
Reference in New Issue
Block a user