mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
5 lines
126 B
Bash
Executable file
5 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
|