Last active
February 21, 2024 11:47
-
-
Save lynn/2f882397c08db11666d3e74a49e4386d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
param ( | |
[switch]$windows_update = $false, | |
[switch]$install_audio = $false, | |
[switch]$second_stage = $false | |
) | |
echo "gotcha: $windows_update $install_audio $second_stage" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment