From f33ce756907d02a5547607325a8b5b09d6d99ab1 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 11 Jul 2016 23:11:06 +0000 Subject: finish intial version of git-difme. * git-difme.scm (main): walks all the repos and does its thing. --- README.org | 8 ++++++++ git-difme.scm | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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))) -- cgit v1.2.3