mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-08 09:20:19 +02:00
Added my-backups and my-settings repos
This commit is contained in:
parent
6d019cb983
commit
8275603fdf
@ -13,6 +13,8 @@ jhead, "EXIF tool", "https://github.com/Matthias-Wandel/jhead",
|
|||||||
leon, "personal assistant", "https://github.com/leon-ai/leon", master, yes,
|
leon, "personal assistant", "https://github.com/leon-ai/leon", master, yes,
|
||||||
llvm, "compiler", "https://github.com/llvm/llvm-project", main, yes,
|
llvm, "compiler", "https://github.com/llvm/llvm-project", main, yes,
|
||||||
LSS, "math tool", "git@github.com:fleschutz/LSS.git", main, yes,
|
LSS, "math tool", "git@github.com:fleschutz/LSS.git", main, yes,
|
||||||
|
my-backups, "backup tool", "git@github.com:fleschutz/my-backups.git", main, yes,
|
||||||
|
my-settings, "settings", "git@github.com:fleschutz/my-settings.git", main, yes,
|
||||||
ninja, "build tool", "https://github.com/ninja-build/ninja", master, yes,
|
ninja, "build tool", "https://github.com/ninja-build/ninja", master, yes,
|
||||||
opencv, "dev lib", "https://github.com/opencv/opencv", master, yes,
|
opencv, "dev lib", "https://github.com/opencv/opencv", master, yes,
|
||||||
PowerShell, "script collection", "git@github.com:fleschutz/PowerShell.git", main, yes,
|
PowerShell, "script collection", "git@github.com:fleschutz/PowerShell.git", main, yes,
|
|
@ -24,8 +24,8 @@ try {
|
|||||||
& git --version
|
& git --version
|
||||||
if ($lastExitCode -ne "0") { throw "Can't execute 'git' - make sure Git is installed and available" }
|
if ($lastExitCode -ne "0") { throw "Can't execute 'git' - make sure Git is installed and available" }
|
||||||
|
|
||||||
Write-Host "⏳ (2) Reading data/popular-repositories.csv... " -noNewline
|
Write-Host "⏳ (2) Reading data/popular-repos.csv... " -noNewline
|
||||||
$table = Import-CSV "$PSScriptRoot/../data/popular-repositories.csv"
|
$table = Import-CSV "$PSScriptRoot/../data/popular-repos.csv"
|
||||||
$total = $table.count
|
$total = $table.count
|
||||||
Write-Host "$total repos"
|
Write-Host "$total repos"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user