5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
dst="$HOME/.config/Code/User/ProjectTemplates"
|
|
|
|
mkdir -p $dst
|
|
cp -r "JabyEngine-PSX_Game" "$dst" |