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
7echo "*************************************************"
8echo "* Do not source cr.sh ***************************"
9echo "*************************************************"
10echo "* You need to source cr-bash-helpers.sh instead *"
11echo "* This file will stop working and be removed    *"
12echo "* soon.                                         *"
13echo "*************************************************"
14source $(dirname $(realpath "${BASH_SOURCE:-$0}"))/cr-bash-helpers.sh
15