Files
BmpPP/configure.sh
Leon Etienne 4d1788fc6d Initial commit
2022-03-05 12:34:19 +01:00

6 lines
137 B
Bash

#!/bin/bash
# Replace {PROJECT_NAME} with first parameter given in all files
find . -type f -exec sed -i "s/{PROJECT_NAME}/$1/g" {} \;