mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
4e12773ab9
GitOrigin-RevId: 6bd14865cd1a2e506f3ef24e9314b278f69bc5fc
6 lines
194 B
Bash
6 lines
194 B
Bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
|
|
. "$DIR/../prelude.sh"
|
|
|
|
cd src
|
|
echo "Currently running mongot version: $(./${install_dir}/mongot-localdev/mongot --version)"
|