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

https://github.com/robertbenjamin/tiny-update

A small bash script shortcut for updating stuff.
https://github.com/robertbenjamin/tiny-update

Last synced: 5 days ago
JSON representation

A small bash script shortcut for updating stuff.

Awesome Lists containing this project

README

          

# Tiny Update

This is a tiny script for updating (and cleaning up) Brew and RubyGems with one terminal command.

![Here it is in action!](update-example.gif)

## To Install

```Shell
# Place update.sh somewhere safe
# Create a symlink to your bin folder with:

ln -s /path/to/script/update.sh /usr/local/bin/your-command-name-here

# Then, navigate to the location of the actual script in the terminal
# (not the symlink) and run the following to give permission:

chmod +x update.sh
```

That's it! Typing the command name you specified above will run the script.