Skip to content

Commit

Permalink
asdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdwegen authored Nov 21, 2024
1 parent a5985e9 commit 9f3371c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
27 changes: 14 additions & 13 deletions scripts/autopilot.ps1
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
$ProgressPreference = 'SilentlyContinue'
CLS
Clear-Host

$header = @"
# $header = @"

_ _ _ _ _ ____ _ _
/ \ _ _| |_ ___ _ __ (_) | ___ | |_ | __ ) ___ ___ | |_ ___| |_ _ __ __ _ _ __
/ _ \| | | | __/ _ \| '_ \| | |/ _ \| __| | _ \ / _ \ / _ \| __/ __| __| '__/ _` | '_ \
/ ___ \ |_| | || (_) | |_) | | | (_) | |_ | |_) | (_) | (_) | |_\__ \ |_| | | (_| | |_) |
/_/ \_\__,_|\__\___/| .__/|_|_|\___/ \__| |____/ \___/ \___/ \__|___/\__|_| \__,_| .__/
|_| |_|
# _ _ _ _ _ ____ _ _
# / \ _ _| |_ ___ _ __ (_) | ___ | |_ | __ ) ___ ___ | |_ ___| |_ _ __ __ _ _ __
# / _ \| | | | __/ _ \| '_ \| | |/ _ \| __| | _ \ / _ \ / _ \| __/ __| __| '__/ _` | '_ \
# / ___ \ |_| | || (_) | |_) | | | (_) | |_ | |_) | (_) | (_) | |_\__ \ |_| | | (_| | |_) |
# /_/ \_\__,_|\__\___/| .__/|_|_|\___/ \__| |____/ \___/ \___/ \__|___/\__|_| \__,_| .__/
# |_| |_|


============ Autopilot hash bootstrap ============
Author: https://github.com/rvdwegen
Repo: https://github.com/rvdwegen/autopilot.ms
# ============ Autopilot hash bootstrap ============
# Author: https://github.com/rvdwegen
# Repo: https://github.com/rvdwegen/autopilot.ms

"@
# "@

Write-Host $header
# Write-Host $header
Write-Host $env:logoheader

function Save-File ([string]$filename) {
[void][System.Reflection.Assembly]::LoadWithPartialName("System.windows.forms")
Expand Down
6 changes: 6 additions & 0 deletions scripts/bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,17 @@ $env:logoheader = @"
============ Autopilot hash bootstrap ============
Author: https://github.com/rvdwegen
Repo: https://github.com/rvdwegen/autopilot.ms
Menu: https://github.com/chrisseroka/ps-menu
"@

Write-Host $env:logoheader

Write-Host " "
Write-Host "================ $Title ================"
Write-Host " "
Write-Host " Select your choice below "

$menuItems = @(
@(
"Select to export the hash to CSV.",
Expand Down

0 comments on commit 9f3371c

Please sign in to comment.