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
- Host: GitHub
- URL: https://github.com/picandocodigo/shell-scripting
- Owner: picandocodigo
- Created: 2012-10-01T14:26:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T16:14:49.000Z (over 1 year ago)
- Last Synced: 2025-02-27T05:47:16.742Z (10 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell Scripting

*"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)