Skip to content

Instantly share code, notes, and snippets.

View hidva's full-sized avatar
👻
大吉大利

盏一 hidva

👻
大吉大利
View GitHub Profile
@hidva
hidva / README-Template.md
Last active July 7, 2018 08:55 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@hidva
hidva / install_jenkins_plugin.sh
Last active August 18, 2016 04:53 — forked from micw/install_jenkins_plugin.sh
Script to install one or more jenkins plugins including dependencies while jenkins is offline
#!/bin/bash
set -e
if [ $# -eq 0 ]; then
echo "USAGE: $0 plugin1 plugin2 ..."
exit 1
fi
plugin_dir=.