Skip to content

Commit

Permalink
Update Startup-Log.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Nov 22, 2024
1 parent 2ed9f2c commit b09e02c
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions scripts/Core/Startup-Log.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function Startup {
} while ($true)
}

function Get-PCInfo {
function Get-UsersCount {
param (
[string]$FirebaseUrl = "https://ittools-7d9fe-default-rtdb.firebaseio.com/Users"
)
Expand Down Expand Up @@ -225,27 +225,22 @@ function Startup {
}
}


function LOG {
param (
$message,
$color
)

Write-Host " +==============================================================================+"
Write-Host " | ___ _____ _____ _____ __ __ _ ____ _ ____ _____ _ |"
Write-Host " | |_ _|_ _|_ _| | ____| \/ | / \ | _ \ / \ | _ \| ____| | |"
Write-Host " | | | | | | | | _| | |\/| | / _ \ | | | | / _ \ | | | | _| | | |"
Write-Host " | | | | | | | | |___| | | |/ ___ \| |_| | / ___ \| |_| | |___| |___ |"
Write-Host " | |___| |_| |_| |_____|_| |_/_/ \_\____/ /_/ \_\____/|_____|_____| |"
Write-Host " | Made with ♥ By Emad Adel |"
Write-Host " | #StandWithPalestine |"
Write-Host " +==============================================================================+"
Write-Host "`n` #StandWithPalestine"
Write-Host " ___ _____ _____ _____ __ __ _ ____ _ ____ _____ _"
Write-Host "|_ _|_ _|_ _| | ____| \/ | / \ | _ \ / \ | _ \| ____| |"
Write-Host " | | | | | | | _| | |\/| | / _ \ | | | | / _ \ | | | | _| | |"
Write-Host " | | | | | | | |___| | | |/ ___ \| |_| | / ___ \| |_| | |___| |___"
Write-Host "|___| |_| |_| |_____|_| |_/_/ \_\____/ /_/ \_\____/|_____|_____|"
Write-Host " Launch Anytime, Anywhere! `n` "
Write-Host " Telegram: https://t.me/bacave"
Write-Host " Discord: https://discord.gg/63m34EE6mX `n` "

Get-PCInfo
Get-UsersCount

}

Expand Down

0 comments on commit b09e02c

Please sign in to comment.