Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 554 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 554 Bytes

Shell Utils

This repo is intended to extend the shell and contain useful and readable functions that help developers to maintaine there scripts easier and neatly.

Console

-> print functions.

Assert

list of functions with usage

test -> return code success, failure

String

with tests, comes from java;

functions: - pre-condition - ret value always echo, no statuscode

char_at
param `pos` considered 0 if it is less than zero

Test:

-tested under bash

Style guide -> google

Thanks for

Contribute

!!!