Skip to content

Instantly share code, notes, and snippets.

@jwmoss
Last active August 29, 2025 19:23
Show Gist options
  • Select an option

  • Save jwmoss/68e65766732125ec31a3f19ff6ec2b2e to your computer and use it in GitHub Desktop.

Select an option

Save jwmoss/68e65766732125ec31a3f19ff6ec2b2e to your computer and use it in GitHub Desktop.
Write-host "test!"
$null = New-Item -Name 'Tests' -Path C:/ -Type Directory -Force
$null = New-Item -Name 'Config' -Path C:/ -Type Directory -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment