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

https://github.com/picandocodigo/shell-scripting

If you run a command more than once, turn it into a script
https://github.com/picandocodigo/shell-scripting

Last synced: about 1 month ago
JSON representation

If you run a command more than once, turn it into a script

Awesome Lists containing this project

README

          

# Shell Scripting
![Shell Scripting](http://picandocodigo.net/wp-content/uploads/2012/10/shell-scripting.png)

*"If you run a command more than once, turn it into a script"*

## Scripts:

* **ubuntu/**
* Packages to install and system specific configurations
* **video/**
* ffmpeg, mplayer common scripts such as resize, cut, etc.
* **git-branch-2-heroku**
* Push current branch to Heroku
* **git-trivial-commit**
* Commit ammend with the same message and push force somewhere (generally sandbox server)
* **thumbnalize-dir**
* Create thumbnails out of images in a directory
* **using_port [port]** (needs work)
* Who's using this port?
* **getip**
* Show internal IP

Image credit [Profound Programmer](http://theprofoundprogrammer.com/post/32456292060/text-shell-scripting-photograph-of-what-used)