Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Script to reproduce https://github.com/racket/racket/issues/2385
# Run this on a fresh install of Ubuntu, for example.
# This script uses the dummy Racket package issue-2385-demo,
# which is hosted in a private Bitbucket git repository.
# (The issue does not seem to affect public repositories.)
# Note: the credentials coded into this script give read-only
# access to a Bitbucket account created exclusively for the purpose
# of reproducing this issue.