This is beta quality! Use at your own risk. Use a yaml file to stitch together commands and bash snippets and run them with a bit of style. Why? Because your bash script should be quiet and shy-like (…and not such a loud mouth).
Asides
alexanderepstein/Bash-Snippets: A collection of small bash scripts for heav
Furthermore you can backup the repositories of any github user to your bitbucket. Backup all github repositories of the designated user at once with the -a option. Or run it with no flags and backup individual repositories.
(1151 words)
https://github.com/alexanderepstein/Bash-Snippets
tldr pages
The tldr pages are a community effort to simplify the beloved man pages with practical examples. Try the live demo below, have a look at the PDF version, or follow the installation instructions.
(149 words)
https://tldr.sh/
Defensive BASH programming – Say what?
Bashupload.com / upload files from command line
(0 words)
https://bashupload.com/?ref=producthunt
holman/dotfiles: @holman does dotfiles
Your dotfiles are how you personalize your system. These are mine. I was a little tired of having long alias files and everything strewn about (which is extremely common on other dotfiles projects, too). That led to this project being much more topic-centric.
(597 words)
https://github.com/holman/dotfiles
Bash-it/bash-it: A community Bash framework.
https://github.com/Bash-it/bash-it
Bash-it is a collection of community Bash commands and scripts for Bash 3.2+. (And a shameless ripoff of oh-my-zsh 😃) Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more.
(257 words)
Bash: Random numbers for fun and profit
https://www.redpill-linpro.com/sysadvent/2016/12/13/bash_random_numbers.html
bash has many things that just works automagically. Did you know it has a built-in pseudorandom number generator? Let’s play games! Before continuing, note that this is pseudo-randomization with a small footprint.
(421 words)
alebcay/awesome-shell: A curated list of awesome command-line frameworks, t
MySQL Back-up: Take a mysqldump with each database in its own SQL File
420 words