Skip to content

Instantly share code, notes, and snippets.

View AlbertoCasasOrtiz's full-sized avatar
🏠
Working from home

Alberto AlbertoCasasOrtiz

🏠
Working from home
View GitHub Profile
#Requires -RunAsAdministrator
param (
[switch]$s=$false,
[switch]$h=$false,
[string]$d="Release",
[string]$c="main",
[int]$j=[int]4
)
# Default values for variables.
#!/bin/bash
# Exit when an error happens instead of continue.
set -e
# Default values for flags.
DEBUG_TYPE="Release"
NUM_JOBS=4
MOCO="on"
CORE_BRANCH="main"
#!/bin/bash
# Exit when an error happens instead of continue.
set -e
# Default values for flags.
DEBUG_TYPE="Release"
NUM_JOBS=4
MOCO="on"
CORE_BRANCH="main"