PROJECT_NAME=
git clone https://github.com/patrickjdarrow/hello_raylib ${${PROJECT_NAME}:-"hello_raylib"}
cd ${${PROJECT_NAME}:-"hello_raylib"}
# Initialize as new repository
rm -rf .git
git init
# Install e.g. raylib
chmod +x setup.sh
./setup.sh
# Remove dangling files
rm setup.shpatrickjdarrow/hello_raylib
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|