mkfiles.sh 205 B

123456
  1. #!/bin/sh
  2. find ./include/ -type f | sed -r 's/^\.\///' | sort > files.txt
  3. find ./internal/ -type f | sed -r 's/^\.\///' | sort >> files.txt
  4. find ./config/ -type f | sed -r 's/^\.\///' | sort >> files.txt