/scripts

Bash scripts that do a single task or a collection of tasks.

Primary LanguageR

Scripts

Bash scripts that do things.

passwd.sh

Prints all the users in /etc/passwd.

printnumber.sh

Reproduces a string with sequential numbering.

mass_untar.sh

Untars all the .tar files in a directory.

cloneallgitrepos.sh

Clones all of a Github organization's Git repositories.

regexes.md

Contains useful regular expressions that can be combined with scripts on the command line or in a text editor such as Sublime Text or VIM.