Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.63 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.63 KB

shlibs

Author: IOTU NICOLAE
Email: [email protected]
License: Apache-2.0 modified with the Convergence Terms

Description: shlibs targets command line ops, shell scripts and interpretable types of scripts on systems, sub-systems and apps complying with The Open Group® POSIX® IEEE® Std 1003.1-2017 specifications. shlibs is designed to be extremely easy to use, efficient and guaranteed to run on any compliant system (and highly probable to run on systems not fully compliant).

The first release of shlibs comes packed with sufficient libraries to match the most common libraries of the popular interpreted programming languages including php, python and perl, while adding shell scripts style advantages:

  • guaranteed to run on the widest range of systems and apps
  • superior speed
  • use files and/or strings
  • parameters with shifting position
  • no installations (just copy 'shlibs' folder)
  • full pipe integration
  • a.m.m.o.

More instructions to follow.

Quick Run

( elevate privileges if required )

  • cd /shlibs/folder
  • ./shlibs

Basic Usage

  1. Define SHLIBS_HOME variable
    i.e. SHLIBS_HOME=/location/of/shlibs/folder

  2. Add shlibs location to PATH variable
    i.e. PATH=$SHLIBS_HOME:$PATH ; export PATH

  3. To query shlibs for the code of a library:
    shlibs

  4. Use 'shlibs libcode' in your CLI or script
    (see https://shlibs.net, https://shlibs.org for details), or

  5. Include plain 'shlibs' in your script and run setup:
    shlibs -s path/to/script

© 2020 IOTU NICOLAE, [email protected]