1 #!/bin/bash 2 3 # Copyright 2013 The Chromium Authors. All rights reserved. 4 # Use of this source code is governed by a BSD-style license that can be 5 # found in the LICENSE file. 6 7 echo "*************************************************" 8 echo "* Do not source cr.sh ***************************" 9 echo "*************************************************" 10 echo "* You need to source cr-bash-helpers.sh instead *" 11 echo "* This file will stop working and be removed *" 12 echo "* soon. *" 13 echo "*************************************************" 14 source $(dirname $(realpath "${BASH_SOURCE:-$0}"))/cr-bash-helpers.sh 15