https://github.com/internaut/shell-toolbox
A collection of useful shell scripts.
https://github.com/internaut/shell-toolbox
bash shell
Last synced: 2 days ago
JSON representation
A collection of useful shell scripts.
- Host: GitHub
- URL: https://github.com/internaut/shell-toolbox
- Owner: internaut
- Created: 2014-12-10T15:56:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-10T15:57:28.000Z (over 11 years ago)
- Last Synced: 2025-09-06T17:22:32.782Z (10 months ago)
- Topics: bash, shell
- Language: Shell
- Homepage: http://www.mkonrad.net
- Size: 97.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell Toolbox
A collection of useful shell scripts containing the following:
* `adb-screen.sh` - Make a screenshot on an Android device via `adb` and safe it to $1
* `gsaferevert` - Make a safe revert operation in your git repository by asking kindly before executing `git checkout -- $1`
* `prependfile.sh` - Prepend a file to all files with specific file extensions in a directory, but only if the file header was not already prepended. Works great for adding a common file header (e.g. a license text) to source code files
* `rm_svn.sh` - Remove all *.svn* folders recursively in a submitted directory
* `tree` - Print a tree-like `ls` output
Many lines of these scripts were not invented by me, but found somewhere in the internet. Unfortunately I don't remember where and hence I cannot give proper credit.