mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:22:39 +08:00
6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
|
|
|
python "$ROOT_DIR/start_ray.py" "$@" 2> /dev/null
|