Skip to content

ZeroOnePro/Script-TestSpace

Repository files navigation

Make awesome automatical script

shell script syntax in bash

syntax

auto pull and push script

git.sh

  • how to run?
$ sh git.sh

auto five lang(c, c++, java, python, node.js) compile in terminal

compile.sh

  • how to run?
$ sh compile.sh

auto synchronization forked repository

sync.sh

  • how to run?
$ sh sync.sh

auto all subdir which tracked by git backup(pull add commit push) script

backup_to_git.py

  • how to run?
$ python backup_to_git.py

auto all submodule which forked upstream repository synchronize script

sync_with_upstream.py

  • how to run?
$ python sycn_with_upstream.py

auto sync origin local branch

auto_sync.py

  • how to run?
$ python auto_sync.py

check directory structure

$ tree -dNC

Releases

No releases published

Packages

No packages published

Languages