Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hazim1093/utlils.sh
- Owner: hazim1093
- Created: 2019-03-06T10:47:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T09:52:57.000Z (over 5 years ago)
- Last Synced: 2024-01-12T11:53:50.787Z (12 months ago)
- Topics: bash, shell, shell-script, util, utility
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```