Skip to content

Commit

Permalink
gitignore for Jetbrains
Browse files Browse the repository at this point in the history
  • Loading branch information
felHR85 committed Jun 7, 2019
2 parents e09688a + e5c6b22 commit b0b7e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A simple utiliy script that makes the process of setting up ADB over Wifi easier
* Run ./air-adb.sh
* Done! Disconnect your device and just start hacking

![](name-of-giphy.gif)
![](tty.gif)

Parameters
--------------------------------------
Expand All @@ -15,4 +15,4 @@ Sometimes you want to specify ip and tcp port parameters manually.

Compatibility
--------------------------------------
Tested on OS X and Linux (Debian 9)
Tested on OS X and Linux (Debian 9)
2 changes: 1 addition & 1 deletion air-adb.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# OS dependant constants
OSX_ADB_DEFAULT_PATH=/Applications/AndroidSDK/sdk/platform-tools/adb
OSX_ADB_DEFAULT_PATH=~/Library/Android/sdk/platform-tools/adb
LINUX_ADB_DEFAULT_PATH=~/Android/Sdk/platform-tools/adb

# Default values
Expand Down

0 comments on commit b0b7e1a

Please sign in to comment.