mirror of
https://github.com/guilhermewerner/http
synced 2025-06-16 11:44:17 +00:00
Update bootstrap scripts
This commit is contained in:
@ -1,19 +1 @@
|
|||||||
#!/usr/bin/env pwsh
|
#!/usr/bin/env pwsh
|
||||||
|
|
||||||
# Windows
|
|
||||||
|
|
||||||
if ($IsWindows)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
# Mac
|
|
||||||
|
|
||||||
elseif ($IsMacOS)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
# Linux
|
|
||||||
|
|
||||||
elseif ($IsLinux)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
12
Bootstrap.sh
12
Bootstrap.sh
@ -1,13 +1 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
# Linux
|
|
||||||
|
|
||||||
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
|
|
||||||
then
|
|
||||||
|
|
||||||
# Mac
|
|
||||||
|
|
||||||
elif [ "$(uname)" = "Darwin" ]
|
|
||||||
then
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
Reference in New Issue
Block a user