mirror of https://github.com/perkeep/perkeep.git
8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
git push origin master
|
||
|
git push github master
|
||
|
curl http://camlistore.org/mailnow
|