Created
February 23, 2025 22:46
-
-
Save selfup/446f2b271b77e8890b08f4af3781eb2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [[ $PROJECT_DIR != "" ]]; then | |
mkdir -p \ | |
$PROJECT_DIR/models \ | |
$PROJECT_DIR/textures \ | |
$PROJECT_DIR/shaders \ | |
$PROJECT_DIR/sounds \ | |
$PROJECT_DIR/materials \ | |
$PROJECT_DIR/scenes \ | |
$PROJECT_DIR/addons \ | |
$PROJECT_DIR/scripts \ | |
$PROJECT_DIR/lib | |
else | |
echo '>> Please provide $PROJECT_DIR to know which dir to write bootstrap dirs in!' | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment