Skip to content

zhongchun/common-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

common-scripts

Introduction

Some common used scripts.

Directories

common-scripts
├── README.md
└── shell
    ├── mysql
    │   ├── export_from_mysql.sh
    │   └── import_to_mysql.sh
    └── utils
        ├── getWeek.sh
        ├── remove.sh
        └── run.sh

3 directories, 6 files

How to use

Create a backup rm

  1. Add execute permission chmod +x remove.sh
  2. Should add alias as follows in your .bashrc or .zshrc or other shell settings file.
alias rm="$HOME/Tools/util/remove.sh"
  1. And then execute source .bashrc or source .zshrc

To be continued.

About

some common scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages