11 lines
214 B
Bash
Executable File
11 lines
214 B
Bash
Executable File
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
|