#!/bin/bash # Bun环境设置脚本 # 设置bun路径 export PATH="$HOME/.bun/bin:$PATH" # 执行传入的命令 exec "$@"