Skip to content

Instantly share code, notes, and snippets.

View thekindofme's full-sized avatar

Yasith Fernando thekindofme

View GitHub Profile
@thekindofme
thekindofme / delayed_job
Created November 22, 2011 02:55 — forked from semipermeable/delayed_job
Sys-V init script for delayed job that plays well with capistrano and rvm
#! /bin/sh
### BEGIN INIT INFO
# Provides: delayed_job
# Required-Start: $all
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
### END INIT INFO
if condition1
if condition2
do1
else
do2
end
else
if condition2
do3
else
@thekindofme
thekindofme / JIRA_templates.json
Last active August 14, 2019 07:03 — forked from hoangtrvu/JIRA_templates.json
JIRA Issue Template
{
"options": {
"domains": [],
"inputIDs": [],
"limit": []
},
"templates": [{
"issuetype-field": "",
"name": "DEFAULT TEMPLATE",
"projects-field": "",