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.
- Host: GitHub
- URL: https://github.com/robertbenjamin/tiny-update
- Owner: robertbenjamin
- Created: 2015-10-08T19:24:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T00:06:21.000Z (over 10 years ago)
- Last Synced: 2025-01-08T06:49:27.088Z (over 1 year ago)
- Language: Shell
- Size: 1.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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.