# git-lab-week9 **Repository Path**: Xie-Johnson/git-lab-week9 ## Basic Information - **Project Name**: git-lab-week9 - **Description**: git实验 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-29 - **Last Updated**: 2025-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git-lab-week9 第9周Git实验项目 ## 项目结构 - hello_world.sh - 循环输出hello world - add.sh - 加法计算器脚本 - .gitignore - Git忽略规则 ## 功能说明 1. hello_world.sh: 输出5次hello world 2. add.sh: 支持命令行参数和交互式输入的加法计算