tornavis/intern/libmv/mkfiles.sh

7 lines
194 B
Bash
Executable File

#!/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