tornavis/extern/ceres/mkfiles.sh

6 lines
205 B
Bash
Executable File

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