Sign in
dart
/
external
/
github.com
/
flutter
/
devtools
/
refs/heads/master
/
.
/
tool
/
bin
/
devtools_tool
blob: 14278617c57a40bc815347397c38a60b4911a8f8 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash -e
# This file serves as an alias for the 'dt' executable so that
# the legacy `dt` can be used.
# TODO(kenz): remove this file in ~6 months (April 2025).
echo
Warning
:
devtools_tool has been replaced by dt
.
Please
use dt instead
.
dt $@