pointcache/tools/pack.bash

8 lines
252 B
Bash
Raw Permalink Normal View History

2023-12-29 16:21:24 -07:00
#!/usr/bin/env bash
# $@: list of file basenames for .exr files
2024-01-05 18:06:39 -07:00
# Note: due to how Godot finds paths, this works best if cwd is this directory
2023-12-29 16:21:24 -07:00
2024-01-06 19:17:48 -07:00
BASENAMES=$(find -name 'VA_*.mdd' | sed s@\./@@ | sed s@\.mdd@@ | tr "\n" " ")
./pack_res.gd ++ $BASENAMES