mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Add Bootstrap Scripts
This commit is contained in:
parent
6001900810
commit
324a79e82f
2 changed files with 32 additions and 0 deletions
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)
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue