PageRenderTime 52ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/shlomif-settings/Bash/Themes/themes/better-scm/source.bash

https://bitbucket.org/shlomif/shlomif-computer-settings
BASH | 17 lines | 13 code | 4 blank | 0 comment | 0 complexity | 2768df5405a87b8b40166e9a60556de7 MD5 | raw file
  1. load_common mymake
  2. base="$HOME/Docs/programming/SCM/better-scm/site"
  3. trunk="$base/trunk"
  4. comparison="$trunk/src/comparison"
  5. setup()
  6. {
  7. (
  8. mkdir -p "$base"
  9. cd "$base"
  10. hg clone 'ssh://hg@bitbucket.org/shlomif/better-scm' "$trunk"
  11. )
  12. }
  13. cd $trunk