mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-11 06:30:45 +01: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 |