# myshell **Repository Path**: pingluan/myshell ## Basic Information - **Project Name**: myshell - **Description**: 自己常用 或者 实用的脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #myshell 自己经常用到的或者有收藏价值的shell ### 上一条命令成功,才执行下一条 ``` apt update && apt upgrade -y && apt dist-upgrade -y && apt-get autoremove -y && apt-get autoclean -y ```