mirror of
https://github.com/guilhermewerner/http
synced 2025-06-16 19:44:18 +00:00
Add Bootstrap Scripts
This commit is contained in:
19
Bootstrap.ps1
Normal file
19
Bootstrap.ps1
Normal file
@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env pwsh
|
||||
|
||||
# Windows
|
||||
|
||||
if ($IsWindows)
|
||||
{
|
||||
}
|
||||
|
||||
# Mac
|
||||
|
||||
elseif ($IsMacOS)
|
||||
{
|
||||
}
|
||||
|
||||
# Linux
|
||||
|
||||
elseif ($IsLinux)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user