mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
13 lines
195 B
Bash
Executable File
13 lines
195 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
(cd; git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git)
|
|
|
|
cd ..
|
|
mv engine src
|
|
mkdir engine
|
|
mv src engine
|
|
cd engine/src
|
|
|
|
mv travis/gclient ../.gclient
|