Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
/ bash-stack-object Public archive

Demonstration of OOP in BASH using stack structure as an example

Notifications You must be signed in to change notification settings

rindeal/bash-stack-object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Demonstration of OOP in BASH using stack structure as an example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages