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