Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am markrunwu on github.
  • I am markwu (https://keybase.io/markwu) on keybase.
  • I have a public key whose fingerprint is E888 554E BDCB ECE5 5349 D5BB EF5E 2761 92BC 0B7B

To claim this, I am signing this object:

#!/bin/bash
INSTALL_PATH="./"
ANDROID_PATH="$INSTALL_PATH/android-sdk-linux"
export PATH=$PATH:$ANDROID_PATH/tools
echo "please specify install path with env variable. (default: ./)"
read install_path
if [[ $install_path != "" ]]; then
INSTALL_PATH=$install_path
fi