Colin McMillen
ae8fa0d21d
This reverts commit 5c9f574644ecd78b112ea857d658f670ef4773e3. GitOrigin-RevId: 277054282d105e4a5f185ac51983581c89b8a031
7 lines
140 B
Bash
7 lines
140 B
Bash
#/bin/sh
|
|
|
|
SCRIPT=$(readlink -f "$0")
|
|
SCRIPTPATH=$(dirname "$SCRIPT")
|
|
|
|
java -jar ~/bin/copybara_deploy.jar migrate $SCRIPTPATH/copy.bara.sky
|