Configured project
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Replace {PROJECT_NAME} with first parameter given in all files
|
||||
find . -type f -exec sed -i "s/{PROJECT_NAME}/$1/g" {} \;
|
||||
find . -type f -not \( -path '*.git/*' -or -path '*configure.sh*' -or -name 'Catch2.h' \) -exec sed -i "s/{PROJECT_NAME}/$1/g" {} \;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user