Skip to content

Instantly share code, notes, and snippets.

@HCrane
HCrane / .bashrc
Created November 23, 2018 08:10
.bashrc for Catroweb-Symfony
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
openapi: 3.0.2
info:
title: Catroweb API
description: API for the Catrobat Share Platform
version: 0.0.1
termsOfService: "http://example.com/terms/"
contact:
name: "Catrobat"
url: "https://share.catrob.at"
email: "webmaster@catrobat.org"