mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 00:17:37 +01:00
10 lines
193 B
Bash
Executable File
10 lines
193 B
Bash
Executable File
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
|
|
. "$DIR/prelude.sh"
|
|
|
|
cd src/build
|
|
|
|
set -o errexit
|
|
set -o verbose
|
|
|
|
tar cfvz stitch-support.tgz stitch-support-lib-${version}
|