Skip to content

MTecknology/script-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Issues License Documentation Status Codacy Badge Shell Tests Python3 Tests

Explore the docs »

Script Helpers

A simple set of helper functions to aid the development of scripts.

Shell Example:

. path/to/helpers/shell
is_true "$var" || die 'oops'

Python Example:

import py3helpers
py3helpers.collapse_integers([1,2,3,4])