Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hazim1093/utlils.sh

Random Util scripts
https://github.com/hazim1093/utlils.sh

bash shell shell-script util utility

Last synced: about 1 month ago
JSON representation

Random Util scripts

Awesome Lists containing this project

README

        

# ./utlils.sh
Random utility shell scripts
- [./utlils.sh](#utlilssh)
- [spreadsheet-dates.sh](#spreadsheet-datessh)
- [update-git-origin.sh](#update-git-originsh)

## spreadsheet-dates.sh
Genarates spreadsheet format dates for the whole month. Can be used in Google Docs or Microsoft Excel etc.

**Usage**:
```sh
./spreadsheet-dates.sh
```
**Example**:
```sh
./spreadsheet-dates.sh 10
```

## update-git-origin.sh
Update or change git origin of cloned/local repositories. Useful when you switch domain, organization or folder structure of your git repos in github, gitlab or etc.

**Usage**:
```sh
./update-git-origin.sh
```
**Example**:
```sh
./update-git-origin.sh gitlab.com/myorganization gitlab.myorg.com/myorganization
```