projects
/
blender-staging.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Style cleanup: use 2 spaces for indentation in bundle scripts
[blender-staging.git]
/
extern
/
carve
/
mkfiles.sh
1
#!/bin/sh
2
3
find ./include/ -type f | sed -r 's/^\.\///' > files.txt
4
find ./lib/ -type f | sed -r 's/^\.\///' >> files.txt