mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-04 09:30:38 -06:00
9 lines
118 B
Bash
Executable File
9 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
script_dir=$(dirname "$0")
|
|
cd "$script_dir"
|
|
|
|
exec go run . $BRANCH_NAME $CHANGE_TARGET
|