-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebasing manifest resource files (logo by organization)
- Loading branch information
1 parent
7f7a95c
commit 59a43a3
Showing
17 changed files
with
1,004 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
|
||
██████╗ ██████╗ ██╗ ██████╗ ██╗ ██╗████████╗███████╗██████╗ ██████╗ ██╗███╗ ██╗ ██████╗ | ||
██╔══██╗██╔══██╗██║██╔════╝ ██║ ██║╚══██╔══╝██╔════╝██╔══██╗██╔══██╗██║████╗ ██║██╔════╝ | ||
██████╔╝██████╔╝██║██║ ███╗███████║ ██║ ███████╗██████╔╝██████╔╝██║██╔██╗ ██║██║ ███╗ | ||
██╔══██╗██╔══██╗██║██║ ██║██╔══██║ ██║ ╚════██║██╔═══╝ ██╔══██╗██║██║╚██╗██║██║ ██║ | ||
██████╔╝██║ ██║██║╚██████╔╝██║ ██║ ██║ ███████║██║ ██║ ██║██║██║ ╚████║╚██████╔╝ | ||
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝ ╚═════╝ | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
ECHO $PSScriptRoot | ||
$ROOTPATH=($pwd).path | ||
CD / | ||
CD $ROOTPATH | ||
PWD | ||
CLS | ||
|
||
function Cyan | ||
{ | ||
process { Write-Host $_ -ForegroundColor Cyan } | ||
} | ||
|
||
function White | ||
{ | ||
process { Write-Host $_ -ForegroundColor White } | ||
} | ||
|
||
$BANNER = [System.IO.File]::ReadAllLines('$PSScriptRoot\BANNER.BANNER') | ||
|
||
Write-Output $BANNER | Cyan | ||
Write-Output $BANNER | White | ||
Write-Host $ROOTPATH\BANNER.BANNER | ||
|
||
Pause | ||
Get-Content $PSScriptRoot\BANNER.BANNER -Tail 10 | ||
PAUSE | ||
Get-Content $PSScriptRoot\BANNER.BANNER -Tail 10 | Cyan | ||
PAUSE | ||
Get-Content $PSScriptRoot\BANNER.BANNER -Tail 10 | White | ||
PAUSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
|
||
██████╗ ██████╗ ██╗ ██████╗ ██╗ ██╗████████╗███████╗██████╗ ██████╗ ██╗███╗ ██╗ ██████╗ | ||
██╔══██╗██╔══██╗██║██╔════╝ ██║ ██║╚══██╔══╝██╔════╝██╔══██╗██╔══██╗██║████╗ ██║██╔════╝ | ||
██████╔╝██████╔╝██║██║ ███╗███████║ ██║ ███████╗██████╔╝██████╔╝██║██╔██╗ ██║██║ ███╗ | ||
██╔══██╗██╔══██╗██║██║ ██║██╔══██║ ██║ ╚════██║██╔═══╝ ██╔══██╗██║██║╚██╗██║██║ ██║ | ||
██████╔╝██║ ██║██║╚██████╔╝██║ ██║ ██║ ███████║██║ ██║ ██║██║██║ ╚████║╚██████╔╝ | ||
╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝ ╚═════╝ | ||
|
||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
ECHO $PSScriptRoot | ||
$ROOTPATH=($pwd).path | ||
CD / | ||
CD $ROOTPATH | ||
PWD | ||
CLS | ||
|
||
function Cyan | ||
{ | ||
process { Write-Host $_ -ForegroundColor Cyan } | ||
} | ||
|
||
function White | ||
{ | ||
process { Write-Host $_ -ForegroundColor White } | ||
} | ||
|
||
$BANNER = [System.IO.File]::ReadAllLines('$PSScriptRoot\BANNER.BANNER') | ||
|
||
Write-Output $BANNER | Cyan | ||
Write-Output $BANNER | White | ||
Write-Host $ROOTPATH\BANNER.BANNER | ||
|
||
Pause | ||
Get-Content $PSScriptRoot\BANNER.BANNER -Tail 10 | ||
PAUSE | ||
Get-Content $PSScriptRoot\BANNER.BANNER -Tail 10 | Cyan | ||
PAUSE | ||
Get-Content $PSScriptRoot\BANNER.BANNER -Tail 10 | White | ||
PAUSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
ECHO $PSScriptRoot | ||
$ROOTPATH=($pwd).path | ||
CD / | ||
CD '$ROOTPATH' | ||
PWD | ||
@ECHO OFF | ||
CLS | ||
ECHO. > .\BRIGHTSPRING.BANNER | ||
ECHO. >> .\BRIGHTSPRING.BANNER | ||
ECHO. >> .\BRIGHTSPRING.BANNER | ||
ECHO. >>██████╗ ██████╗ ██╗ ██████╗ ██╗ ██╗████████╗███████╗██████╗ ██████╗ ██╗███╗ ██╗ ██████╗ >> .\BRIGHTSPRING.BANNER | ||
ECHO. >>██╔══██╗██╔══██╗██║██╔════╝ ██║ ██║╚══██╔══╝██╔════╝██╔══██╗██╔══██╗██║████╗ ██║██╔════╝ >> .\BRIGHTSPRING.BANNER | ||
ECHO. >>██████╔╝██████╔╝██║██║ ███╗███████║ ██║ ███████╗██████╔╝██████╔╝██║██╔██╗ ██║██║ ███╗ >> .\BRIGHTSPRING.BANNER | ||
ECHO. >>██╔══██╗██╔══██╗██║██║ ██║██╔══██║ ██║ ╚════██║██╔═══╝ ██╔══██╗██║██║╚██╗██║██║ ██║ >> .\BRIGHTSPRING.BANNER | ||
ECHO. >>██████╔╝██║ ██║██║╚██████╔╝██║ ██║ ██║ ███████║██║ ██║ ██║██║██║ ╚████║╚██████╔╝ >> .\BRIGHTSPRING.BANNER | ||
ECHO. >>╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝ ╚═════╝ >> .\BRIGHTSPRING.BANNER | ||
ECHO. >> .\BRIGHTSPRING.BANNER | ||
ECHO. >> .\BRIGHTSPRING.BANNER | ||
ECHO. >> .\BRIGHTSPRING.BANNER | ||
if (!(Test-Path $ROOTPATH\BRIGHTSPRING.BANNER)) { | ||
Write-Output $ROOTPATH\BRIGHTSPRING.BANNER | ||
} | ||
|