code
stringlengths
1
1.96M
language
stringclasses
1 value
#!/bin/sh # example: # SERVICEOFFERINGID=41 TEMPLATEID=494 ZONEID=5 # ./deployVirtualMachine $SERVICEOFFERINGID $TEMPLATEID $ZONEID displayname=newtest group=180 name=newtestvm keypair=dan_drown_key securitygroupids=238,239 java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share...
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.listSnapshots $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.listAsyncJobs $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.listIsos $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.listTemplates $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.listServiceOfferings $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.listSecurityGroups $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.createTemplate "$@"
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.attachVolume $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.createVolume $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.listCapabilities $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.listZones $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.listVirtualMachines $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.authorizeSecurityGroupIngress $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.startVirtualMachine $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.listVolumes $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.listOsTypes $*
Shell
#!/bin/sh java -cp /usr/share/java/commons-httpclient.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-codec.jar:/usr/share/java/xml-commons-apis.jar:CloudStack.jar net.datapipe.CloudStack.deleteVolume $*
Shell
#!/bin/bash set -e # Check if the jar has been built. if [ ! -e target/bitcoinj-tools-*.jar ] || [[ "$ALWAYS_BUILD_WALLETTOOL" != "" ]]; then echo "Compiling WalletTool to a JAR" cd ../core mvn install -DskipTests cd ../tools [ -e target/bitcoinj-tools-*.jar ] && rm target/bitcoinj-tools-*.jar mvn package...
Shell
#! /bin/bash # Binary of the Texturepacker: TEXTUREPACKER_BINARY=/usr/local/bin/TexturePacker # Shared Spritesheet-Output-Definitions: SPRITESHEET_OUTPUT_DIRECTORY="../assets/gfx/spritesheets/" SPRITESHEET_OUTPUT_JAVAIDS_PACKAGE="org.anddev.andengine.examples.spritesheets" SPRITESHEET_OUTPUT_JAVAIDS_DIRECTORY="../src...
Shell
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
Shell
#!/bin/bash ######################################################################################################## # copyright (C) <2012> <Blair Wolfinger, Ravi Jagannathan, Thomas Pari, Todd Chu> # # Permission is hereby granted, free of charge, to any person obtaining a copy of this # software and associated docu...
Shell
#!/bin/bash sudo openssl s_client -connect 127.0.0.1:6000 -cert ./clientcert81.pem -CAfile ./cacert81.pem -state -debug
Shell
#!/bin/bash sudo openssl s_client -connect 127.0.0.1:6000 -cert ./clientcert81.pem -CAfile ./cacert81.pem -state -debug
Shell
#!/bin/bash # # Ravi Jagannathan # # Below link was used to write this shell script. # https://help.ubuntu.com/8.04/serverguide/certificates-and-security.html # # NOTE: All pass phrasae is "AllEyes" mkdir -p cert/private # openssl req -new -x509 -keyout cert/private/cakey.pem -out cert/cacert.pem -days 7000 -config ca...
Shell
#!/bin/bash # # Ravi Jagannathan # # Below link was used to write this shell script. # https://help.ubuntu.com/8.04/serverguide/certificates-and-security.html # # NOTE: All pass phrasae is "AllEyes" mkdir -p cert/private # openssl req -new -x509 -keyout cert/private/cakey.pem -out cert/cacert.pem -days 7000 -config ca...
Shell
#!/bin/bash ######################################################################################################## # copyright (C) <2012> <Blair Wolfinger, Ravi Jagannathan, Thomas Pari, Todd Chu> # # Permission is hereby granted, free of charge, to any person obtaining a copy of this # software and associated docu...
Shell
#!/bin/bash ######################################################################################################## # copyright (C) <2012> <Blair Wolfinger, Ravi Jagannathan, Thomas Pari, Todd Chu> # # Permission is hereby granted, free of charge, to any person obtaining a copy of this # software and associated docu...
Shell
#!/bin/bash ######################################################################################################## # copyright (C) <2012> <Blair Wolfinger, Ravi Jagannathan, Thomas Pari, Todd Chu> # # Permission is hereby granted, free of charge, to any person obtaining a copy of this # software and associated docu...
Shell
#!/bin/bash export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: sudo service aeproxyd stop sudo service aeproxyd start sudo /usr/local/bin/ae -a
Shell
#!/bin/bash ######################################################################################################## # copyright (C) <2012> <Blair Wolfinger, Ravi Jagannathan, Thomas Pari, Todd Chu> # # Permission is hereby granted, free of charge, to any person obtaining a copy of this # software and associated docu...
Shell
#!/bin/bash export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: sudo service aeproxyd stop sudo service aeproxyd start sudo /usr/local/bin/ae -a
Shell
#!/bin/bash ######################################################################################################## # copyright (C) <2012> <Blair Wolfinger, Ravi Jagannathan, Thomas Pari, Todd Chu> # # Permission is hereby granted, free of charge, to any person obtaining a copy of this # software and associated docu...
Shell
#!/bin/bash ######################################################################################################## # copyright (C) <2012> <Blair Wolfinger, Ravi Jagannathan, Thomas Pari, Todd Chu> # # Permission is hereby granted, free of charge, to any person obtaining a copy of this # software and associated docu...
Shell
#!/bin/bash ######################################################################################################## # copyright (C) <2012> <Blair Wolfinger, Ravi Jagannathan, Thomas Pari, Todd Chu> # # Permission is hereby granted, free of charge, to any person obtaining a copy of this # software and associated docu...
Shell
#!/bin/bash ######################################################################################################## # copyright (C) <2012> <Blair Wolfinger, Ravi Jagannathan, Thomas Pari, Todd Chu> # # Permission is hereby granted, free of charge, to any person obtaining a copy of this # software and associated docu...
Shell
#!/bin/bash valgrind -v --trace-children=yes --log-file=ae-valgrind.out --num-callers=12 ./ae -a
Shell
#!/bin/bash valgrind -v --trace-children=yes --log-file=ae-valgrind.out --num-callers=12 ./ae -a
Shell
#!/bin/bash ######################################################################################################## # copyright (C) <2012> <Blair Wolfinger, Ravi Jagannathan, Thomas Pari, Todd Chu> # # Permission is hereby granted, free of charge, to any person obtaining a copy of this # software and associated docu...
Shell
#!/bin/bash export CLASSPATH=.:$CLASSPATH java AeProxy 127.0.0.1 6000
Shell
#!/bin/bash export CLASSPATH=.:$CLASSPATH java AeProxy 127.0.0.1 6000
Shell
#!/bin/bash # # INSTALL THE AEPROXY SERVICE # sudo /bin/chown root:root /etc/ae/certs/jssecacerts sudo /bin/chmod 744 /etc/ae/certs/jssecacerts sudo /bin/chown root:root /etc/ae/certs/keystore.jks sudo /bin/chmod 744 /etc/ae/certs/keystore.jks sudo /bin/chown root:root /usr/local/bin/aeproxy sudo /bin/chmod 6755 /u...
Shell
#!/bin/sh # $Id: aeproxyd # # AeProxy Start/Stop the aeproxy daemon # # description: The aeproxy daemon services the android aeManager # application provide message events and an interface # to respond to the message events. # ######################### SET ENVIRONMENT #################...
Shell
#!/bin/bash # # INSTALL THE AEPROXY SERVICE # sudo /bin/chown root:root /etc/ae/certs/jssecacerts sudo /bin/chmod 744 /etc/ae/certs/jssecacerts sudo /bin/chown root:root /etc/ae/certs/keystore.jks sudo /bin/chmod 744 /etc/ae/certs/keystore.jks sudo /bin/chown root:root /usr/local/bin/aeproxy sudo /bin/chmod 6755 /u...
Shell
#!/bin/sh # $Id: aeproxyd # # AeProxy Start/Stop the aeproxy daemon # # description: The aeproxy daemon services the android aeManager # application provide message events and an interface # to respond to the message events. # ######################### SET ENVIRONMENT #################...
Shell
#! /bin/bash # Binary of the Texturepacker: TEXTUREPACKER_BINARY=/usr/local/bin/TexturePacker # Shared Spritesheet-Output-Definitions: SPRITESHEET_OUTPUT_DIRECTORY="../assets/gfx/spritesheets/" SPRITESHEET_OUTPUT_JAVAIDS_PACKAGE="org.anddev.andengine.examples.spritesheets" SPRITESHEET_OUTPUT_JAVAIDS_DIRECTORY="../src...
Shell
zipBasePath="{TARGET_BUILD_DIR}/${ZipName}" echo "Removing zip file ${zipBasePath}.zip" rm -f "${zipBasePath}.zip" if [ x${ACTION} = xclean ]; then exit 0 fi echo "Removing .svn directories..." find "${BUILT_PRODUCTS_DIR}/${ZipProduct}" -name ".svn" -exec rm -rvf "{}" \; echo "...done" echo "Setting ownership..." c...
Shell
#! /bin/sh # $Id: updateminiupnpcstrings.sh,v 1.2 2009/06/04 09:13:53 nanard Exp $ FILE=miniupnpcstrings.h # detecting the OS name and version OS_NAME=`uname -s` OS_VERSION=`uname -r` if [ -f /etc/debian_version ]; then OS_NAME=Debian OS_VERSION=`cat /etc/debian_version` fi # use lsb_release (Linux Standard Base) w...
Shell
#! /bin/sh # deployement with mvn deploy:deploy-file # !! require explicit groupId, artifactId, version and packaging in the pom.xml (doesn't support inherit from parent) !! LIB_DIR=../../lib/infocard/ REPO_ID=alchim.sf.net REPO_URL=scp://alchim.sf.net/home/groups/a/al/alchim/htdocs/download/snapshots DEPLOY_OPTS="-D...
Shell
#! /bin/sh # # squid Startup script for the SQUID HTTP proxy-cache. # # Version: @(#)squid.rc 2.20 01-Oct-2001 miquels@cistron.nl # ### BEGIN INIT INFO # Provides: squid # Required-Start: $network $remote_fs $syslog # Required-Stop: $network $remote_fs $syslog # Should-Start: $named ...
Shell
#! /bin/sh # # squid Startup script for the SQUID HTTP proxy-cache. # # Version: @(#)squid.rc 2.20 01-Oct-2001 miquels@cistron.nl # ### BEGIN INIT INFO # Provides: squid # Required-Start: $network $remote_fs $syslog # Required-Stop: $network $remote_fs $syslog # Should-Start: $named ...
Shell
#!/bin/sh # Create a backup tar gzip file of the cwd with the date appended # located in the parent directory. FILENAME=../`pwd|xargs basename`-`date -j "+%Y-%m-%d"`.tgz echo Will create $FILENAME tar cfz $FILENAME . echo Done.
Shell
#!/bin/sh # Copyright 2014 Google Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
Shell
#!/bin/sh # START-COMMIT HOOK # # The start-commit hook is invoked before a Subversion txn is created # in the process of doing a commit. Subversion runs this hook # by invoking a program (script, executable, binary, etc.) named # 'start-commit' (for which this file is a template) # with the following ordered...
Shell
#!/bin/sh # PRE-COMMIT HOOK # # The pre-commit hook is invoked before a Subversion txn is # committed. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-commit' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (t...
Shell
#!/bin/sh # PRE-LOCK HOOK # # The pre-lock hook is invoked before an exclusive lock is # created. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-lock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (the pat...
Shell
#!/bin/sh # POST-COMMIT HOOK # # The post-commit hook is invoked after a commit. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-commit' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this rep...
Shell
#!/bin/sh # PRE-COMMIT HOOK # # The pre-commit hook is invoked before a Subversion txn is # committed. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-commit' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (t...
Shell
#!/bin/sh # PRE-REVPROP-CHANGE HOOK # # The pre-revprop-change hook is invoked before a revision property # is added, modified or deleted. Subversion runs this hook by invoking # a program (script, executable, binary, etc.) named 'pre-revprop-change' # (for which this file is a template), with the following or...
Shell
#!/bin/sh # PRE-LOCK HOOK # # The pre-lock hook is invoked before an exclusive lock is # created. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-lock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH (the pat...
Shell
#!/bin/sh # POST-REVPROP-CHANGE HOOK # # The post-revprop-change hook is invoked after a revision property # has been added, modified or deleted. Subversion runs this hook by # invoking a program (script, executable, binary, etc.) named # 'post-revprop-change' (for which this file is a template), with the # f...
Shell
#!/bin/sh # POST-LOCK HOOK # # The post-lock hook is run after a path is locked. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-lock' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this repos...
Shell
#!/bin/sh # PRE-UNLOCK HOOK # # The pre-unlock hook is invoked before an exclusive lock is # destroyed. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-unlock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH ...
Shell
#!/bin/sh # START-COMMIT HOOK # # The start-commit hook is invoked before a Subversion txn is created # in the process of doing a commit. Subversion runs this hook # by invoking a program (script, executable, binary, etc.) named # 'start-commit' (for which this file is a template) # with the following ordered...
Shell
#!/bin/sh # POST-COMMIT HOOK # # The post-commit hook is invoked after a commit. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-commit' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this rep...
Shell
#!/bin/sh # POST-UNLOCK HOOK # # The post-unlock hook runs after a path is unlocked. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-unlock' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this...
Shell
#!/bin/sh # POST-UNLOCK HOOK # # The post-unlock hook runs after a path is unlocked. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-unlock' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this...
Shell
#!/bin/sh # PRE-REVPROP-CHANGE HOOK # # The pre-revprop-change hook is invoked before a revision property # is added, modified or deleted. Subversion runs this hook by invoking # a program (script, executable, binary, etc.) named 'pre-revprop-change' # (for which this file is a template), with the following or...
Shell
#!/bin/sh # POST-LOCK HOOK # # The post-lock hook is run after a path is locked. Subversion runs # this hook by invoking a program (script, executable, binary, etc.) # named 'post-lock' (for which this file is a template) with the # following ordered arguments: # # [1] REPOS-PATH (the path to this repos...
Shell
#!/bin/sh # POST-REVPROP-CHANGE HOOK # # The post-revprop-change hook is invoked after a revision property # has been added, modified or deleted. Subversion runs this hook by # invoking a program (script, executable, binary, etc.) named # 'post-revprop-change' (for which this file is a template), with the # f...
Shell
#!/bin/sh # PRE-UNLOCK HOOK # # The pre-unlock hook is invoked before an exclusive lock is # destroyed. Subversion runs this hook by invoking a program # (script, executable, binary, etc.) named 'pre-unlock' (for which # this file is a template), with the following ordered arguments: # # [1] REPOS-PATH ...
Shell
#!/bin/sh # Copyright (C) 2010 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appl...
Shell
# Copyright (C) 2008 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law ...
Shell
#!/bin/sh # Copyright (C) 2010 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appl...
Shell
ant clean; ant release; adb install -r bin/MetaTracker-release.apk
Shell
#!/bin/bash # # Starts a basic web server on the port specified. # # ./serve.sh 3000 -> http://localhost:3000 # # Copyright 2012 Eric Bidelman <ebidel@gmail.com> port=$1 if [ $# -ne 1 ] then port=8000 fi if [ $(uname -s) == "Darwin" ] then open=open else open=xdg-open fi $open http://localhost:$port/templat...
Shell
#!/bin/sh java -Xmx5120m -classpath java/jars/JRI.jar:java/jars/aw.jar:java/jars/mysql-connector-java-5.0.5-bin.jar build.Bmain $@
Shell
#!/bin/sh java -Xmx2048m -classpath java/jars/aw.jar:java/jars/mysql-connector-java-5.0.5-bin.jar tools.Tmain $@
Shell
#!/bin/sh java -Xmx2048m -classpath java/jars/aw.jar:java/jars/mysql-connector-java-5.0.5-bin.jar tools.Tmain $@
Shell
#!/bin/sh java -Xmx2048m -classpath java/jars/JRI.jar:java/jars/aw.jar:java/jars/mysql-connector-java-5.0.5-bin.jar build.Pmain $@
Shell
#!/bin/sh java -Xmx3144m -classpath java/jars/aw.jar:java/jars/mysql-connector-java-5.0.5-bin.jar viewer.ViewerMain $@
Shell
#!/bin/sh#!/bin/sh ############################################################################### ## File: make_tar ## ## Builds the AW release package. ## First makes a directory with the name of the release. ## Then copies in the relevant files, tars it, and deletes it. ## It also builds the project, in case java....
Shell
#!/bin/sh java -Xmx5120m -classpath java/jars/JRI.jar:java/jars/aw.jar:java/jars/mysql-connector-java-5.0.5-bin.jar build.Bmain $@
Shell
#! /bin/bash # Script courtesy of R. Barthelson # Adapted by W. Nelson as follows: # Pipeline changes: directory names; no manifest; ability to run outside DE; # take fastqc path as parameter. # Write out embed.pl on the fly and remove File::Slurp dependence. ################## EDITABLE VARIABLES ###################...
Shell
#! /bin/bash # Script courtesy of R. Barthelson # Adapted by W. Nelson as follows: # Pipeline changes: directory names; no manifest; ability to run outside DE; # take fastqc path as parameter. # Write out embed.pl on the fly and remove File::Slurp dependence. ################## EDITABLE VARIABLES ###################...
Shell
#!/bin/sh java -Xmx2048m -classpath java/jars/JRI.jar:java/jars/aw.jar:java/jars/mysql-connector-java-5.0.5-bin.jar build.Pmain $@
Shell
#!/bin/sh#!/bin/sh ############################################################################### ## File: make_tar ## ## Builds the AW release package. ## First makes a directory with the name of the release. ## Then copies in the relevant files, tars it, and deletes it. ## It also builds the project, in case java....
Shell
#!/bin/sh java -Xmx3144m -classpath java/jars/aw.jar:java/jars/mysql-connector-java-5.0.5-bin.jar viewer.ViewerMain $@
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi ./kill_process.sh $ADB shell rm -r /data/data/com.google.android.apps.iosched/*
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell am force-stop com.google.android.apps.iosched
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell "echo '$*' | sqlite3 -header -column /data/data/com.google.android.apps.iosched/databases/schedule.db"
Shell
#!/bin/sh # Sessions list #adb shell am start -a android.intent.action.VIEW -d content://com.google.android.apps.iosched/tracks/android/sessions # Vendors list #adb shell am start -a android.intent.action.VIEW -d content://com.google.android.apps.iosched/tracks/android/vendors # Session detail #adb shell am start -a...
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi MAC_UNAME="Darwin" if [[ "`uname`" == ${MAC_UNAME} ]]; then DATE_FORMAT="%Y-%m-%dT%H:%M:%S" else DATE_FORMAT="%Y-%m-%d %H:%M:%S" fi if [ -z "$1" ]; then NOW_DATE=$(date "+${DATE_FORMAT}") echo Please provide a mock time in the format \"${NOW_DATE}\" or \"d\" to del...
Shell
#!/bin/sh adb shell cat /data/data/com.google.android.apps.iosched/shared_prefs/com.google.android.apps.iosched_preferences.xml | xmllint --format -
Shell
#!/bin/sh # Remember VERBOSE only works on debug builds of the app adb shell setprop log.tag.iosched_SyncHelper VERBOSE adb shell setprop log.tag.iosched_SessionsHandler VERBOSE adb shell setprop log.tag.iosched_ImageCache VERBOSE adb shell setprop log.tag.iosched_ImageWorker VERBOSE adb shell setprop log.tag.iosched_I...
Shell
#!/bin/sh adb shell pm clear com.google.android.apps.iosched
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell am start \ -a android.intent.action.MAIN \ -c android.intent.category.LAUNCHER \ -n com.google.android.apps.iosched/.ui.HomeActivity
Shell
as -o boot.o boot.s ld --oformat binary -Ttext 7c00 \ -Tdata 7c20 -o boot boot.o dd bs=512 count=2880 if=boot of=floppy.img echo -ne "\x55\xaa" | dd seek=510 bs=1 of=floppy.img
Shell
as -o boot.o boot.s ld --oformat binary -Ttext 7c00 -Tdata 7d50 -o boot boot.o dd bs=1024 count=2880 if=boot of=floppy.img echo -ne "\x55\xaa" | dd seek=510 bs=1 of=floppy.img
Shell
#!/bin/sh # START-COMMIT HOOK # # The start-commit hook is invoked before a Subversion txn is created # in the process of doing a commit. Subversion runs this hook # by invoking a program (script, executable, binary, etc.) named # 'start-commit' (for which this file is a template) # with the following ordered...
Shell