This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/expect -f | |
# | |
# This Expect script was generated by autoexpect on Wed Jun 29 12:07:46 2016 | |
# Expect and autoexpect were both written by Don Libes, NIST. | |
# | |
# Note that autoexpect does not guarantee a working script. It | |
# necessarily has to guess about certain things. Two reasons a script | |
# might fail are: | |
# | |
# 1) timing - A surprising number of programs (rn, ksh, zsh, telnet, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/opt/jenkins/jenkins-cli install-plugin \ | |
analysis-core \ | |
android-emulator \ | |
android-lint \ | |
ant \ | |
credentials \ | |
cvs \ | |
emmacoveragecolumn \ | |
emma \ | |
external-monitor-job \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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 () |
NewerOlder