Try again
This commit is contained in:
parent
ce94a83414
commit
bcbf94f0d7
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
src=JabyEngine-PSX_Game
|
|
||||||
dst="$HOME/.config/Code/User/ProjectTemplates"
|
dst="$HOME/.config/Code/User/ProjectTemplates"
|
||||||
|
|
||||||
mkdir -p $dst
|
mkdir -p $dst
|
||||||
cp -r "$src" "$dst"
|
cp -r "JabyEngine-PSX_Game" "$dst"
|
Loading…
Reference in New Issue