Code Monkey home page Code Monkey logo

tools's Introduction

tools

自己写的自动化任务的小工具。以及配置文件,在 tools 目录下面运行 ./install.sh 可以完成一键安装。

pull.sh


功能

一个命令可以把所有仓库的更新拉到本地。

场景

上班后的第一件事情,你懂得。

演示

运行效果

安装

  1. 将 pull.sh 下载到本地,并确保文件的位置关系如下:

x-dir
|
|-- repoA // 这是 A 仓库的位置
|-- repoB // 这是 B 仓库的位置
|-- ......
|-- repoN // 这是 N 仓库的位置
|-- ......
|-- pull.sh // 拉取所有仓库的更新

  1. 拉取更新的时候,请在 x-dir 目录下,运行下面的命令,来执行脚本
./pull.sh 

status.sh


功能

一个命令可以查看所有仓库的状态。

场景

下班前的第一件事情,你懂得。

演示

运行效果

安装

  1. 将 status.sh 下载到本地,并确保文件的位置关系如下:

x-dir
|
|-- repoA // 这是 A 仓库的位置
|-- repoB // 这是 B 仓库的位置
|-- ......
|-- repoN // 这是 N 仓库的位置
|-- ......
|-- status.sh // 查看所有仓库的状态

  1. 检查状态的时候,请在 x-dir 目录下,运行下面的命令,来执行脚本
./status.sh 

tools's People

Contributors

wangding avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.