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

https://github.com/juliendelplanque/shell-scripts

A collection of shell scripts I use.
https://github.com/juliendelplanque/shell-scripts

Last synced: 7 days ago
JSON representation

A collection of shell scripts I use.

Awesome Lists containing this project

README

        

# shell-scripts
A collection of shell scripts I use.

## update_floating_tags

Show tags to update if you create v2.1.1 release.
```
./update_floating_tags.sh show "v2.1.1"
```

Generate git command to update floating tags and prints them to stdout.
```
update_floating_tags.sh generate "v2.1.1" origin
```