#!/usr/bin/env bash set -e if command -V gup 1>&- 2>&-; then gup --always fi cat >${1:-.npmrc} <