Skip to content

Commit

Permalink
changed the ASCII art, updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Overengined authored Nov 9, 2021
1 parent 52050bc commit 62733e0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions signalstrengthcheck.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Write-Host " _______ _ _____ _ "
Write-Host " |__ __| | | __ \ (_) "
Write-Host " | | | | | |__) | _ _ __ ___ "
Write-Host " | | | | | _ / | | '_ \ / __|"
Write-Host " | | | |____| | \ \ | | | | | (__ "
Write-Host " |_| |______|_| \_\ |_|_| |_|\___|"
Write-Host " TLR inc"
Write-Host " Version 1.1"
Write-Host " __ __ _ "
Write-Host " / / / /_ ______ ___ _____ (_)___ _____"
Write-Host " / /_/ / / / / __ \/ _ \/ ___/ / / __ \/ ___/"
Write-Host " / __ / /_/ / /_/ / __/ / / / / / / /__ "
Write-Host "/_/ /_/\__, / .___/\___/_/ /_/_/ /_/\___/ "
Write-Host " /____/_/ "
Write-Host " Hyper inc"
Write-Host " Version 1.2"
$usrinput = Read-Host 'enter the number of pass'
$avg = 0
$i = 0
Expand Down

0 comments on commit 62733e0

Please sign in to comment.