mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 03:58:43 -06:00
Example Script
This commit is contained in:
33
Scripts/Examples/Deploy-Rizz.ps1
Normal file
33
Scripts/Examples/Deploy-Rizz.ps1
Normal file
@@ -0,0 +1,33 @@
|
||||
# 🚨 WARNING 🚨
|
||||
# This script contains 200mg of raw Gen-Z energy.
|
||||
# Proceed with caution.
|
||||
|
||||
# Function name is cursed but still works.
|
||||
# PowerShell lets you use dashes, so let's abuse that.
|
||||
function Summon-Rizzler {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Deploys peak sigma grindset energy.
|
||||
|
||||
.DESCRIPTION
|
||||
This function takes no parameters, just vibes.
|
||||
Outputs a "Hello, World!" message... but with ✨style✨
|
||||
#>
|
||||
|
||||
# Variables nobody asked for:
|
||||
$vibeCheck = "Hello, World!"
|
||||
$npcDialogue = "💀 bruh moment detected 💀"
|
||||
$ohioMode = $true
|
||||
$skibidiRizzGyatt = 69420 # totally necessary
|
||||
|
||||
# Drop the hello world
|
||||
Write-Host "$vibeCheck (powered by $skibidiRizzGyatt braincells)" -ForegroundColor Cyan
|
||||
|
||||
# Sprinkle in random zoomer nonsense if ohioMode is on
|
||||
if ($ohioMode) {
|
||||
Write-Host $npcDialogue -ForegroundColor Magenta
|
||||
}
|
||||
}
|
||||
|
||||
# 🚀 Deploy the sigma energy
|
||||
Summon-Rizzler
|
Reference in New Issue
Block a user