https://github.com/theypsilon/shell-scripts
Some shell scripts I use every day
https://github.com/theypsilon/shell-scripts
Last synced: 8 months ago
JSON representation
Some shell scripts I use every day
- Host: GitHub
- URL: https://github.com/theypsilon/shell-scripts
- Owner: theypsilon
- Created: 2014-11-10T05:03:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-08T05:31:20.000Z (over 11 years ago)
- Last Synced: 2025-03-27T06:24:53.744Z (over 1 year ago)
- Language: Shell
- Size: 293 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* **ds.sh** : Detached shell laucher, improving &, with log support
* **bootstrap-tmux.sh** : I use it as shell interpreter in guake, and embedded in .bashrc at remote servers
* **parallel.sh** : I use it mostly to query many servers at same time, but it can run any kind of repetitive command in parallel rather than sequentially, which means much more speed in many cases
* **ssh-tmux.sh** : I use it to connect to many servers to hack them simultaneously, a la terminator broadcast
* **install-functions.sh** : helper lib around the system package manager (apt/dpkg version only yet)
* **string-functions.sh** : string utilities (tolower, toupper)