Skip to content

Instantly share code, notes, and snippets.

@dtmilano
dtmilano / gist:7426090
Created November 12, 2013 05:45
Jenkins command line plugin installation
/opt/jenkins/jenkins-cli install-plugin \
analysis-core \
android-emulator \
android-lint \
ant \
credentials \
cvs \
emmacoveragecolumn \
emma \
external-monitor-job \
@dtmilano
dtmilano / android-select-device
Last active November 29, 2023 09:29
Script to select one connected device or emulator when running adb
#! /bin/bash
#=====================================================================
# Selects an android device
# Copyright (C) 2012-2022 Diego Torres Milano. All rights reserved.
#
# The simplest way to invoke this script is creating a function like
# this one in your shell startup file:
#
# ```
# adb ()