mkfiles.sh 142 B

12345
  1. #!/bin/sh
  2. find ./include/ -type f | sed -r 's/^\.\///' | grep -v /config.h > files.txt
  3. find ./lib/ -type f | sed -r 's/^\.\///' >> files.txt