mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-08 20:54:38 +02:00
Improve clone-repos.ps1
This commit is contained in:
@ -1,21 +1,21 @@
|
||||
Directory,URL
|
||||
"base256unicode", "https://github.com/fleschutz/base256unicode"
|
||||
"bazel", "https://github.com/bazelbuild/bazel"
|
||||
"cmake", "https://github.com/Kitware/CMake"
|
||||
"cmatrix", "https://github.com/abishekvashok/cmatrix"
|
||||
"cmark", "https://github.com/commonmark/cmark"
|
||||
"CWTS", "https://github.com/fleschutz/CWTS"
|
||||
"elasticsearch", "https://github.com/elastic/elasticsearch"
|
||||
"grafana", "https://github.com/grafana/grafana"
|
||||
"llvm", "https://github.com/llvm/llvm-project"
|
||||
"ninja", "git://github.com/ninja-build/ninja.git"
|
||||
"opencv", "https://github.com/opencv/opencv"
|
||||
"OSMA", "https://github.com/fleschutz/OSMA"
|
||||
"PowerShell", "https://github.com/fleschutz/PowerShell"
|
||||
"LSS", "https://github.com/fleschutz/LSS"
|
||||
"protobuf", "https://github.com/protocolbuffers/protobuf"
|
||||
"smartmontools", "https://github.com/smartmontools/smartmontools"
|
||||
"tensorflow", "https://github.com/tensorflow/tensorflow"
|
||||
"tinycc", "https://github.com/TinyCC/tinycc"
|
||||
"voice2json", "https://github.com/synesthesiam/voice2json"
|
||||
"zfs", "https://github.com/openzfs/zfs"
|
||||
Directory,Branch,URL
|
||||
base256unicode, master, "https://github.com/fleschutz/base256unicode"
|
||||
bazel, master, "https://github.com/bazelbuild/bazel"
|
||||
cmake, master, "https://github.com/Kitware/CMake"
|
||||
cmatrix, master, "https://github.com/abishekvashok/cmatrix"
|
||||
cmark, master, "https://github.com/commonmark/cmark"
|
||||
CWTS, master, "https://github.com/fleschutz/CWTS"
|
||||
elasticsearch, master, "https://github.com/elastic/elasticsearch"
|
||||
grafana, master, "https://github.com/grafana/grafana"
|
||||
llvm, master, "https://github.com/llvm/llvm-project"
|
||||
ninja, master, "git://github.com/ninja-build/ninja.git"
|
||||
opencv, master, "https://github.com/opencv/opencv"
|
||||
OSMA, master, "https://github.com/fleschutz/OSMA"
|
||||
PowerShell, master, "https://github.com/fleschutz/PowerShell"
|
||||
LSS, master, "https://github.com/fleschutz/LSS"
|
||||
protobuf, master, "https://github.com/protocolbuffers/protobuf"
|
||||
smartmontools, master, "https://github.com/smartmontools/smartmontools"
|
||||
tensorflow, master, "https://github.com/tensorflow/tensorflow"
|
||||
tinycc, master, "https://github.com/TinyCC/tinycc"
|
||||
voice2json, master, "https://github.com/synesthesiam/voice2json"
|
||||
zfs, master, "https://github.com/openzfs/zfs"
|
||||
|
Can't render this file because it has a wrong number of fields in line 2.
|
Reference in New Issue
Block a user