mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
4 lines
136 B
Bash
Executable File
4 lines
136 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo 'modules =\' > modules.inc
|
|
find Modules -name '*.cc' -type f -print | sed 's/^/ /;$q;s/$/ \\/' >> modules.inc |