This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# A stack, using bash arrays. | |
# | |
# Based on: https://gist.github.com/bmc/1323553 by Brian Clapper (bmc) <[email protected]> | |
# --------------------------------------------------------------------------- | |
# Check if a stack exists | |
# | |
# Usage: stack_exists name |