Skip to content

Instantly share code, notes, and snippets.

View mwos-sl's full-sized avatar

Michał Woś mwos-sl

View GitHub Profile
#!/bin/shell
set -euo pipefail
HERE="$(pwd)"
RELEASE=${1:-"lts"}
usage() {
cat <<EOF
Usage: $1 [lts | weekly]
EOF