Update template install script
This commit is contained in:
parent
0d24b0fb02
commit
70fd4bf806
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
dst_name=JabyEngine-PSX_Game
|
src=JabyEngine-PSX_Game
|
||||||
dst="$HOME/.config/Code/User/ProjectTemplates"
|
dst="$HOME/.config/Code/User/ProjectTemplates"
|
||||||
|
|
||||||
mkdir -p $dst
|
mkdir -p $dst
|
||||||
cp -r "$dst_name" "$dst"
|
cp -r "$src" "$dst"
|
Loading…
Reference in New Issue