mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-01-28 13:20:27 +08:00
5e089a2cd1
Signed-off-by: Connor <zbk602423539@gmail.com> Co-authored-by: Nick Cameron <nrc@ncameron.org> Co-authored-by: linning <linningde25@gmail.com> Co-authored-by: YangKeao <keao.yang@yahoo.com> Co-authored-by: andylokandy <andylokandy@hotmail.com> Co-authored-by: Iosmanthus Teng <myosmanthustree@gmail.com>
9 lines
126 B
Bash
Executable File
9 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# Add standard retool options
|
|
set -euo pipefail
|
|
|
|
|
|
cd $(dirname "$0")/..
|
|
exec retool -base-dir=$PWD "$@"
|