Explore >> Select a destination


You are here

www.openapis.org
| | marcus-obst.de
2.9 parsecs away

Travel
| |
| | github.com
3.5 parsecs away

Travel
| | A Sphinx extension to display a JSON Schema. Contribute to lnoor/sphinx-jsonschema development by creating an account on GitHub.
| | hamatti.org
2.7 parsecs away

Travel
| | How to require one property in the schema based on a value of another property?
| | purefun.dev
27.5 parsecs away

Travel
| When in doubt, always consider adding set -e and cd $(dirname $0) at the beginning of a shellscript. Why? Let's find out: When to use cd $(dirname $0) $0 is the currently executing script, so what the command does is to change current directory into the same directory as where the script resides. If you don't do this, any references to other files next to your script will be incorrect if you run the script from another directory.