🧰 sh -c
包裹器
自动给命令添加
sh -c "..."
包裹
📝 输入原始命令
echo "Hello from sh -c"
⚡ 包裹为 sh -c
✕ 清空
📋 复制结果
📦 包裹后的命令
✓ 已复制
等待输入命令…