ray-project--ray
6 行
58 B
Bash
可执行文件
6 行
58 B
Bash
可执行文件
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
echo "Pre-hook ${1-test}"
|