mirror of
https://github.com/guilhermewerner/http
synced 2025-06-16 03:34:19 +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)
|
||||
{
|
||||
}
|
||||
|
12
Bootstrap.sh
12
Bootstrap.sh
@ -1,13 +1 @@
|
||||
#!/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