Skip to content

A collection of snippets and functions for common tasks in bash.

Notifications You must be signed in to change notification settings

dansimau/bashlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash lib

bash is terse, esoteric and full of gotchas. You should never use it like a proper programming language. But...

... there are times when you do. For example, bash is installed pretty much everywhere, is fast to write (when you've mastered it), decent at managing tasks, etc.

Here is a collection of snippets and functions that I have created or gathered over the years. To use these, I generally copy and paste them into a script I am writing.

Documentation

See bash.md.

Generating documentation

make

Tests

To run tests:

make test

About

A collection of snippets and functions for common tasks in bash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published