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

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

find ./include/ -type f | sed -r 's/^\.\///' | sort > files.txt
find ./internal/ -type f | sed -r 's/^\.\///' | sort >> files.txt
find ./config/ -type f | sed -r 's/^\.\///' | sort >> files.txt