blob: 3a75bd1d000d7fcaf7e74d10d8958e1256224e22 [file] [log] [blame]
Ray Milkeyd83ef8e2018-11-09 11:57:01 -08001#!/bin/bash
2
3# exit on errors
4set -eu -o pipefail
5
Sean Condon05f4b242020-05-05 17:40:11 +01006echo Reusing bazelisk cache
7cd ~/.cache && ln -s /usr/local/share/bazelisk && cd
Ray Milkeyd83ef8e2018-11-09 11:57:01 -08008
Ray Milkey4cf12d62018-11-09 13:10:50 -08009