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

mkfiles.sh « libmv « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 165b328f9aa1ffbfd3eb3d1861adf88b2407d719 (plain)
1
2
3
4
5
6
#!/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