feat: added init.sh
This commit is contained in:
parent
a6f4d83112
commit
e000dd0e62
1 changed files with 4 additions and 0 deletions
4
init.sh
Executable file
4
init.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#! /bin/sh
|
||||
|
||||
sed -i -e "s/PROJECT/$1/g" ./engine/modules/PROJECT/register_types.h ./engine/modules/PROJECT/register_types.cpp ./project/project.godot
|
||||
mv -r ./engine/modules/EXAMPLE/ ./engine/modules/$1/
|
||||
Loading…
Add table
Add a link
Reference in a new issue