godot_rl_Racer / bin /Racer.sh
edbeeching's picture
edbeeching HF staff
Upload . with huggingface_hub
cca1e9d
raw
history blame contribute delete
No virus
119 Bytes
#!/bin/sh
echo -ne '\033c\033]0;GodotRacer\a'
base_path="$(dirname "$(realpath "$0")")"
"$base_path/Racer.x86_64" "$@"