Try again

This commit is contained in:
Jaby 2025-01-08 22:18:35 +01:00 committed by Jaby
parent 4c746631de
commit 606905f954
1 changed files with 1 additions and 2 deletions

View File

@ -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"