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: 618070f0a8117ae03c8c2ac1691334329524e195 (plain)
1
2
3
4
5
6
#!/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