Skip to content

Instantly share code, notes, and snippets.

@PowerSchill
PowerSchill / JIRA Story template - Full (JIRA Markup)
Last active July 20, 2023 05:21
JIRA Templates #JIRA #Agile
h2. <Story Name>
h3. Story
*As a*  <type of user>
*I want to*  <some goal or objective>
*So that* <benefit or value>
h3. Acceptance Criteria

Keybase proof

I hereby claim:

  • I am powerschill on github.
  • I am powerschill (https://keybase.io/powerschill) on keybase.
  • I have a public key whose fingerprint is 21BF 8461 5057 3BD3 557C ABB9 0BFC 25F2 7D4D 5207

To claim this, I am signing this object:

@PowerSchill
PowerSchill / template.sh
Created November 13, 2015 01:46
Bash Script Template
#!/bin/ksh
#================================================================
# HEADER
#================================================================
#% SYNOPSIS
#+ ${SCRIPT_NAME} [-hv] [-o[file]] args ...
#%
#% DESCRIPTION
#% This is a script template
#% to start any good shell script.