summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2016-07-11 23:11:06 +0000
committerrsiddharth <s@ricketyspace.net>2016-07-11 23:11:06 +0000
commitf33ce756907d02a5547607325a8b5b09d6d99ab1 (patch)
treefaf9589da38bedc6513b50e032aab7868e4b1bbd
parentc22411f6f2386d78ff9488d546eb128f6e397803 (diff)
finish intial version of git-difme.
* git-difme.scm (main): walks all the repos and does its thing.
-rw-r--r--README.org8
-rw-r--r--git-difme.scm2
2 files changed, 9 insertions, 1 deletions
diff --git a/README.org b/README.org
index 8b4de79..4afa496 100644
--- a/README.org
+++ b/README.org
@@ -87,5 +87,13 @@ make config
that will install a sample config file at =~/.config/git-difme=.
+** running
+
+#+BEGIN_SRC bash
+git-difme
+#+END_SRC
+
+will do it.
+
** license
gnu general public license version 3 or higher.
diff --git a/git-difme.scm b/git-difme.scm
index 4e81c8c..4623ea8 100644
--- a/git-difme.scm
+++ b/git-difme.scm
@@ -163,4 +163,4 @@ also does `git push` to the repo' default upstream remote."
;;;; main
(define (main srcs)
"zarking main."
- srcs)
+ (walk-difme (get-difme-repos)))