# hrt-bash **Repository Path**: hanhai-modules/hrt-bash ## Basic Information - **Project Name**: hrt-bash - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: qemu - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-14 - **Last Updated**: 2025-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 文件列表 - build.sh 编译脚本 - bash-5.1.16.tar.gz 为bash的源码包, 在执行build.sh时从https://ftp.gnu.org/gnu/bash/bash-5.1.16.tar.gz下载.没有对源码做任何修改, 直接解包进行编译. - makefile.qemu 为的Makefile文件,加上了对BST-RTOS相关库的依赖, 使之支持BST-RTOS # 使用说明 执行./build.sh,编译出来的bash可执行文件在仓库根目录下;