Skip to content

Instantly share code, notes, and snippets.

View vitaminmoo's full-sized avatar
🕶️

Graham Forest vitaminmoo

🕶️
View GitHub Profile
#!/bin/bash
set -e
TMP=$(mktemp -d)
UPDATES_URL="http://updates.jenkins-ci.org/download/plugins/"
if [ $# -lt 2 ]; then
echo "USAGE: $0 plugin-list-file destination-directory"