fix: added -i flag to justfile

This commit is contained in:
Sara Gerretsen 2025-09-03 21:47:57 +02:00
parent 333b2b8433
commit f507980b16

View file

@ -1,3 +1,3 @@
initialise-template projectname:
sed "s/project/{{projectname}}/" ./CMakeLists.txt ./src/CMakeLists.txt
sed -i "s/project/{{projectname}}/" ./CMakeLists.txt ./src/CMakeLists.txt
mv ./src/project.cpp ./src/{{projectname}}.cpp