mirror of
https://github.com/vale981/ray
synced 2025-03-09 04:46:38 -04: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" "$@"
|