diff options
author | Ben Sima <ben@bsima.me> | 2019-11-23 17:16:48 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-23 17:16:48 -0800 |
commit | 73e9789ee4b912063835eb8a40bee7b0f1162000 (patch) | |
tree | 10787a0b0116f7fda10aac9392b99a2d1b383109 | |
parent | 68f18f21758200efefe36b8a98853660e6e8b940 (diff) |
Add push-all command
-rwxr-xr-x | push-all | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/push-all b/push-all new file mode 100755 index 0000000..aea8588 --- /dev/null +++ b/push-all @@ -0,0 +1,15 @@ +#!/usr/bin/env bash + +bild Com.Simatime +push Com.Simatime simatime.com + +bild Com.Simatime.dev +push Com.Simatime.dev dev.simatime.com + +# these are todos: + +#bild Com.InfluencedByBooks +#push Com.InfluencedByBooks influencedbybooks.com + +#bild Com.MusicMeetsComics +#push Com.MusicMeetsComics musicmeetscomics.com |