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