Skip to content

Commit

Permalink
Add bin/dwh-migration-dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
shevek-google committed Apr 18, 2022
1 parent c60e1dc commit 1d331a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/dwh-migration-dumper
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh -ex

BIN=$(dirname $(readlink -f $0))/../dumper/app/build/install/app/bin/dwh-migration-dumper

if [ ! -x "$BIN" ] ; then
(cd dumper && ./gradlew --parallel :app:installDist)
fi

exec "$BIN" "$@"

0 comments on commit 1d331a8

Please sign in to comment.