7 lines
271 B
Bash
Executable File
7 lines
271 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright 2021 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
echo "./setup_cros_cargo.sh is deprecated. " \
|
|
"Please use: ./tools/chromeos/setup_cargo"
|