Skip to content

Instantly share code, notes, and snippets.

@b4tman
Created March 10, 2016 10:45
Show Gist options
  • Save b4tman/7bdb0a04113d43843d11 to your computer and use it in GitHub Desktop.
Save b4tman/7bdb0a04113d43843d11 to your computer and use it in GitHub Desktop.
[string[]] $urls = {}
$urls += "https://github.com/silverbulleters/vanessa-behavior.git"
$urls += "https://github.com/silverbulleters/vanessa-bdd-editor.git"
$urls += "https://github.com/silverbulleters/oscript-docker.git"
$urls += "https://github.com/silverbulleters/vanessa-stack-commons.git"
$urls += "https://github.com/silverbulleters/oscript-epf-merge.git"
$urls += "https://github.com/silverbulleters/vanessa-bootstrap.git"
$urls += "https://github.com/silverbulleters/vanessa-unpack.git"
$urls += "https://github.com/silverbulleters/vanessa-fixture-gen.git"
$urls += "https://github.com/silverbulleters/vanessa-epic-managment.git"
$urls += "https://github.com/silverbulleters/vanessa-base-init.git"
$urls += "https://github.com/silverbulleters/vanessa-mockup-ui.git"
$urls += "https://github.com/pumbaEO/precommit1c.git"
$urls += "https://github.com/silverbulleters/vanessa-composite.git"
$urls += "https://github.com/silverbulleters/vanessa-chaos.git"
$urls += "https://github.com/pumbaEO/undiff1c.git"
$urls += "https://github.com/EvilBeaver/oscript-library.git"
$urls += "https://github.com/EvilBeaver/oscript-app-template.git"
$urls += "https://github.com/vsuh/1S_EpfErf.git"
$urls += "https://github.com/vsuh/1S_unloads.git"
$urls += "https://github.com/nextkmv/vServer.git"
$urls += "https://github.com/TeamBIOS/cfg_tools.git"
$urls += "https://github.com/TeamBIOS/inMeta.git"
$urls += "https://github.com/nextkmv/DbMSSQL.git"
$urls += "https://github.com/xDrivenDevelopment/xUnitFor1C.git"
$urls += "https://github.com/xDrivenDevelopment/v8Reader.git"
$urls += "https://github.com/xDrivenDevelopment/v8Diff.git"
$urls += "https://github.com/xDrivenDevelopment/v8unpack-console"
$urls += "https://github.com/pumbaEO/systemd-onec.git"
$urls += "https://github.com/pumbaEO/diff1C.git"
$urls += "https://github.com/pumbaEO/vanessa-fuse.git"
$urls += "https://github.com/pumbaEO/v8Unpack4j.git"
$urls += "https://github.com/Infactum/onec_dtools.git"
$urls += "https://github.com/pumbaEO/1C-dtools.git"
$urls += "https://github.com/pumbaEO/legacyfound1c.git"
$urls += "https://github.com/pumbaEO/one-ws.git"
$urls += "https://github.com/xDrivenDevelopment/v83unpack.git"
$urls += "https://github.com/artbear/snegopat-reborn-scripts.git"
$urls += "https://github.com/artbear/V8Formats.git"
$urls += "https://github.com/artbear/template1c.git"
$urls += "https://github.com/pbazeliuk/V8Commit"
$urls += "https://github.com/znsoft/1SCodeAnalyze.git"
$urls += "https://github.com/artbear/json-onescript-lib.git"
$urls | Foreach-Object -Process { git clone $_ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment