mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
7 lines
112 B
Bash
7 lines
112 B
Bash
#!/usr/bin/env bash
|
|
|
|
BASENAME=${0}
|
|
TOOLS_DIR=$(dirname ${BASENAME})
|
|
WORK_DIR="${TOOLS_DIR}/.."
|
|
|
|
cd "${WORK_DIR}" |