/script/init

http://github.com/budu/lobos · #! · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · f58d967b282857569bc39be513bef12d MD5 · raw file

  1. #!/bin/bash
  2. ORIGIN=`git remote -v | grep "origin\(.*\)fetch" | grep -o "git@.*/"`
  3. git clone -b gh-pages ${ORIGIN}lobos.git www
  4. git clone ${ORIGIN}lobos.wiki.git wiki