# bash **Repository Path**: iselien/bash ## Basic Information - **Project Name**: bash - **Description**: 常用的Shell脚本 - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-29 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bash #### 介绍 常用的Shell脚本 #### 使用 部署wordpress ```shell bash -c "$(curl -sSL https://gitee.com/iselien/bash/raw/main/deploy_wordpress.sh)" ``` 部署nginx ```shell bash -c "$(curl -sSL https://gitee.com/iselien/bash/raw/main/deploy_nginx.sh)" ```