Skip to content

Instantly share code, notes, and snippets.

View sophiabrandt's full-sized avatar

Sophia Brandt sophiabrandt

View GitHub Profile
@sophiabrandt
sophiabrandt / README.md
Created November 15, 2018 15:11 — forked from akashnimare/README.md
A Beginners Guide to writing a Kickass README ✍

Project title

A little info about your project and/ or overview that explains what the project is about.

Motivation

A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.

Build status

Build status of continus integration i.e. travis, appveyor etc. Ex. -

Build Status

##! /bin/bash
# modified script for streaming on Linux via ffmpeg.
# Original see here: https://gist.github.com/oseparovic/2db2aaa737cd37e7c068
# see http://ubuntuguide.org/wiki/Screencasts for full documentation
# see http://www.thegameengine.org/miscellaneous/streaming-twitch-tv-ubuntu/
# for instructions on how to use this gist
if [ ! -f ~/.twitch_key ]; then
echo "Error: Could not find file: ~/.twitch_key"