blender/intern/libmv/mkfiles.sh
2021-10-21 12:39:28 +02:00

7 lines
182 B
Bash
Executable File

#!/bin/sh
find ./libmv/ -type f | sed -r 's/^\.\///' | sort > files.txt
find ./third_party/ -type f | \
grep -v third_party/ceres | \
sed -r 's/^\.\///' | sort >> files.txt