godot_rl_ItemSortingCart / bin /ItemSortingCart.sh
edbeeching's picture
edbeeching HF staff
Upload folder using huggingface_hub
197258d
raw
history blame contribute delete
No virus
141 Bytes
#!/bin/sh
echo -ne '\033c\033]0;ItemSortingCartExample\a'
base_path="$(dirname "$(realpath "$0")")"
"$base_path/ItemSortingCart.x86_64" "$@"