diff --git a/Bootstrap.ps1 b/Bootstrap.ps1 index 1375016..2ff34da 100644 --- a/Bootstrap.ps1 +++ b/Bootstrap.ps1 @@ -1,19 +1 @@ #!/usr/bin/env pwsh - -# Windows - -if ($IsWindows) -{ -} - -# Mac - -elseif ($IsMacOS) -{ -} - -# Linux - -elseif ($IsLinux) -{ -} diff --git a/Bootstrap.sh b/Bootstrap.sh index 63a867e..0617957 100644 --- a/Bootstrap.sh +++ b/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