Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mkfiles.sh « libmv « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7c8c33f7255469187dda94a6fef8e7ab89da986 (plain)
1
2
3
4
#!/bin/sh

find ./libmv/ -type f | sed -r 's/^\.\///' | sort > files.txt
find ./third_party/ -mindepth 2 -type f | grep -v third_party/ceres | sed -r 's/^\.\///' | sort >> files.txt