Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 258 Bytes

File metadata and controls

9 lines (6 loc) · 258 Bytes

Stack Object

This set of functions demonstrates one of the ways I came up with of how to do a simple OOP in pure Bash. For its demonstration purposes I implemented a basic stack structure.

Usage:

See example.sh and possibly try to run it