mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-02-06 01:30:18 +08:00
9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
#
|
||
|
# Add standard retool options
|
||
|
set -euo pipefail
|
||
|
|
||
|
|
||
|
cd $(dirname "$0")/..
|
||
|
exec retool -base-dir=$PWD "$@"
|