Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 466 Bytes

File metadata and controls

18 lines (12 loc) · 466 Bytes

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.