Skip to content

Instantly share code, notes, and snippets.

View joaohenriiquee's full-sized avatar
🚀
Acelerando

João Henrique joaohenriiquee

🚀
Acelerando
View GitHub Profile
@joaohenriiquee
joaohenriiquee / run_android.sh
Created August 9, 2017 12:49
Run your android app on multiple connected devices - cordova
#!/bin/bash
# Script adb+
# Usage
# You can run any command adb provides on all your currently connected devices
# ./adb+ <command> is the equivalent of ./adb -s <serial number> <command>
#
# Examples
# ./adb+ version
# ./adb+ install apidemo.apk
# ./adb+ uninstall com.example.android.apis
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="UTF-8">
</head>
<body>
</body>
@joaohenriiquee
joaohenriiquee / git.md
Created August 16, 2016 20:54 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

#GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda