Skip to content

Instantly share code, notes, and snippets.

View duhminick's full-sized avatar

Dominic duhminick

View GitHub Profile
/*
* Project 'Stream Cheap' Mini Macro Keyboard
* @author David Madison
* @link partsnotincluded.com/electronics/diy-stream-deck-mini-macro-keyboard
* @license MIT - Copyright (c) 2018 David Madison
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
### Keybase proof
I hereby claim:
* I am duhminick on github.
* I am duhminick (https://keybase.io/duhminick) on keybase.
* I have a public key whose fingerprint is AA9B D15F B993 240D AE95 4CDC 1F8C 108A 9292 8286
To claim this, I am signing this object:
#!/bin/bash
DATE=$(date +%D)
headerString="# File: $1"
headerString+="\n# Author: NAME HERE"
headerString+="\n# Date: $DATE"
headerString+="\n# Section: 16"
headerString+="\n# E-mail: EMAIL HERE"
headerString+="\n# Description: $2"