mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
5 lines
113 B
Bash
Executable file
5 lines
113 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
|
|
|
python "$ROOT_DIR/start_ray.py" "$@"
|