diff --git a/scripts/build-repo.ps1 b/scripts/build-repo.ps1 index fc331a3e..4ed75580 100755 --- a/scripts/build-repo.ps1 +++ b/scripts/build-repo.ps1 @@ -9,7 +9,7 @@ PS> ./build-repo.ps1 C:\Repos\ninja ⏳ Building πŸ“‚ninja using CMakeLists.txt into πŸ“‚ninja/_Build_Results... ... - βœ”οΈ Built πŸ“‚ninja repository in 47 sec. + βœ… Built πŸ“‚ninja repository in 47 sec. .LINK https://github.com/fleschutz/PowerShell .NOTES @@ -143,7 +143,7 @@ try { $repoDirName = (Get-Item "$path").Name [int]$elapsed = $stopWatch.Elapsed.TotalSeconds - "βœ”οΈ Built πŸ“‚$repoDirName repository in $elapsed sec." + "βœ… Built πŸ“‚$repoDirName repository in $elapsed sec." exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" diff --git a/scripts/build-repos.ps1 b/scripts/build-repos.ps1 index 685f5299..1cbc75bf 100755 --- a/scripts/build-repos.ps1 +++ b/scripts/build-repos.ps1 @@ -32,7 +32,7 @@ try { } [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds - "βœ”οΈ built $FolderCount Git repositories at πŸ“‚$ParentDirName in $Elapsed sec" + "βœ… Built $FolderCount Git repositories at πŸ“‚$ParentDirName in $Elapsed sec" exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" diff --git a/scripts/check-repo.ps1 b/scripts/check-repo.ps1 index 1b334de2..f6331007 100755 --- a/scripts/check-repo.ps1 +++ b/scripts/check-repo.ps1 @@ -71,7 +71,7 @@ try { $repoDirName = (Get-Item "$FullPath").Name [int]$elapsed = $stopWatch.Elapsed.TotalSeconds - "βœ”οΈ Checked πŸ“‚$repoDirName repo in $($elapsed)s." + "βœ… Checked πŸ“‚$repoDirName repo in $($elapsed)s." exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" diff --git a/scripts/check-repos.ps1 b/scripts/check-repos.ps1 index bc969067..dae655f5 100755 --- a/scripts/check-repos.ps1 +++ b/scripts/check-repos.ps1 @@ -37,7 +37,7 @@ try { } [int]$elapsed = $stopWatch.Elapsed.TotalSeconds - "βœ”οΈ Checked all $numFolders Git repos in πŸ“‚$parentDir in $($elapsed)s." + "βœ… Checked all $numFolders Git repos in πŸ“‚$parentDir in $($elapsed)s." exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" diff --git a/scripts/clean-repos.ps1 b/scripts/clean-repos.ps1 index 75c104f8..e795c05d 100755 --- a/scripts/clean-repos.ps1 +++ b/scripts/clean-repos.ps1 @@ -46,7 +46,7 @@ try { if ($lastExitCode -ne "0") { throw "'git clean -xfd -f' in submodules failed with exit code $lastExitCode" } } [int]$elapsed = $stopWatch.Elapsed.TotalSeconds - "βœ”οΈ Cleaned $numFolders Git repos under πŸ“‚$parentDirName in $elapsed sec" + "βœ… Cleaned $numFolders Git repos under πŸ“‚$parentDirName in $elapsed sec" exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" diff --git a/scripts/clone-repos.ps1 b/scripts/clone-repos.ps1 index 306fbfbf..76067556 100755 --- a/scripts/clone-repos.ps1 +++ b/scripts/clone-repos.ps1 @@ -63,7 +63,7 @@ try { } } [int]$elapsed = $stopWatch.Elapsed.TotalSeconds - "βœ”οΈ Cloned $cloned additional Git repos into πŸ“‚$targetDirName in $($elapsed)s." + "βœ… Cloned $cloned additional Git repos into πŸ“‚$targetDirName in $($elapsed)s." exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" diff --git a/scripts/fetch-repo.ps1 b/scripts/fetch-repo.ps1 index b26270b8..e9f6d57b 100755 --- a/scripts/fetch-repo.ps1 +++ b/scripts/fetch-repo.ps1 @@ -10,7 +10,7 @@ ⏳ (1/3) Searching for Git executable... git version 2.41.0.windows.3 ⏳ (2/3) Checking local repository... C:\Repos\rust ⏳ (3/3) Fetching updates (including submodules)... - βœ”οΈ Updates fetched into πŸ“‚rust repo in 2s. + βœ… Updates fetched into πŸ“‚rust repo in 2s. .LINK https://github.com/fleschutz/PowerShell .NOTES @@ -35,7 +35,7 @@ try { if ($lastExitCode -ne "0") { throw "'git fetch --all' failed with exit code $lastExitCode" } [int]$elapsed = $stopWatch.Elapsed.TotalSeconds - "βœ”οΈ Updates fetched into πŸ“‚$repoDirName repo in $($elapsed)s." + "βœ… Updates fetched into πŸ“‚$repoDirName repo in $($elapsed)s." exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" diff --git a/scripts/fetch-repos.ps1 b/scripts/fetch-repos.ps1 index da4dbab6..88ee2886 100755 --- a/scripts/fetch-repos.ps1 +++ b/scripts/fetch-repos.ps1 @@ -7,11 +7,7 @@ Specifies the path to the parent folder .EXAMPLE PS> ./fetch-repos.ps1 C:\MyRepos -<<<<<<< HEAD ⏳ (1) Searching for Git executable... git version 2.46.0.windows.1 -======= - ⏳ (1) Searching for Git executable... git version 2.43.0 ->>>>>>> 36da57b4c5fca86904d9c631e9ec0a610338de60 ⏳ (2) Checking parent folder... 33 subfolders ⏳ (3/35) Fetching into πŸ“‚curl... ... @@ -48,7 +44,7 @@ try { $step++ } [int]$elapsed = $stopWatch.Elapsed.TotalSeconds - "βœ”οΈ Fetched into $numFolders repos under πŸ“‚$parentDirPathName in $($elapsed)s." + "βœ… Fetched into $numFolders repos under πŸ“‚$parentDirPathName in $($elapsed)s." exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" diff --git a/scripts/pull-repos.ps1 b/scripts/pull-repos.ps1 index 5fa859c3..df542423 100755 --- a/scripts/pull-repos.ps1 +++ b/scripts/pull-repos.ps1 @@ -48,7 +48,7 @@ try { } [int]$elapsed = $stopWatch.Elapsed.TotalSeconds if ($failed -eq 0) { - "βœ”οΈ Updated $numFolders repos under πŸ“‚$parentDirName in $($elapsed)s." + "βœ… Updated $numFolders repos under πŸ“‚$parentDirName in $($elapsed)s." exit 0 # success } else { "⚠️ Updated $numFolders repos under πŸ“‚$parentDirName in $($elapsed)s but $failed failed!" diff --git a/scripts/sync-repo.ps1 b/scripts/sync-repo.ps1 index 740cf420..2159eb44 100755 --- a/scripts/sync-repo.ps1 +++ b/scripts/sync-repo.ps1 @@ -11,7 +11,7 @@ ⏳ (2/4) Checking local repository... πŸ“‚C:\MyRepo ⏳ (3/4) Pulling remote updates... Already up to date. ⏳ (4/4) Pushing local updates... Everything up-to-date - βœ”οΈ Synced repo πŸ“‚MyRepo in 5 sec + βœ… Synced repo πŸ“‚MyRepo in 5 sec .LINK https://github.com/fleschutz/PowerShell .NOTES @@ -40,7 +40,7 @@ try { if ($lastExitCode -ne "0") { throw "'git push' failed" } [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds - "βœ”οΈ Synced repo πŸ“‚$pathName in $Elapsed sec" + "βœ… Synced repo πŸ“‚$pathName in $Elapsed sec" exit 0 # success } catch { "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"