diff options
-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 |