bash-oop icon indicating copy to clipboard operation
bash-oop copied to clipboard

Object oriented scripting with a bash set of functions

Results 1 bash-oop issues
Sort by recently updated
recently updated
newest added

Destructors are lost if a subshell is spawned like this: ( Empty will_be_never_destructed ) This is because the instance is created in the subshell but the trap is only executed...