dd1f2acb78
make it work from any directory
6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd "$(dirname "$BASH_SOURCE[0]")/.."
|
|
dart -c tool/patch_sdk.dart tool/input_sdk gen/patched_sdk
|