From 73e9789ee4b912063835eb8a40bee7b0f1162000 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 23 Nov 2019 17:16:48 -0800 Subject: Add push-all command --- push-all | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 push-all 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 -- cgit v1.2.3