Skip to content

Instantly share code, notes, and snippets.

@hansgafriedzal
Last active June 17, 2025 07:48
Show Gist options
  • Save hansgafriedzal/999c0e57a644d83407a749ce5b7d81c5 to your computer and use it in GitHub Desktop.
Save hansgafriedzal/999c0e57a644d83407a749ce5b7d81c5 to your computer and use it in GitHub Desktop.
$h = 'C:\windows\system32\drivers\etc\hosts'
@(
"127.0.0.1 `t dev.localdev.info"
) | % {
(cat $h) + $_ | Out-File $h -Encoding ascii
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment