8 lines
No EOL
121 B
Bash
Executable file
8 lines
No EOL
121 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm -rf out || true
|
|
mkdir -pv out || true
|
|
|
|
dart pub get
|
|
|
|
dart compile exe -o out/awsparser bin/awsparser.dart |