Skip to content

hsbmaulana/shlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SHLib

SHLib is a support tool for checking availability requirements.

Getting Started

How to use :

#!/bin/sh

curl -sL https://raw.githubusercontent.com/hsbmaulana/shlib/1.0.0/bin/run | sh -s program1 program2 program3 || exit 1

echo 'When you see this message... it means all requirements clearly installed...'

Author