A shell script designed with shortcuts for using ADB with a REV Robotics Control Hub.
Make sure you've installed the Android Debug Bridge (ADB), if you have not already.
- Download
RevDB.bat
- Enjoy! Run the script when you need it.
- Download
RevDB.sh
to an easily accessible directory like Documents or Desktop. - Open your terminal and navigate to the directory containing your script.
- Run
chmod +x RevDB.sh
to make the script an executable. - It's now set up! Run the script with
sh [path to script]/RevDB.sh
orright-click + Run in Terminal
in your preferred file manager.
- Install
git
from the terminal if you haven't already. - With any terminal, clone the repository with
git clone https://github.com/lukemurdock/RevDB
. - Run
chmod -x ~/RevDB/RevDB.sh
to make the script an executable. - The repository should've cloned to your home directory. Navigate there and move
RevDB.desktop
to the desktop or another easily accessible directory. - Run
RevDB.desktop
to start the script in your default terminal.
If you're having trouble on Windows, please submit an issue and I'll get to it as soon as I can. I'm running Linux currently, so I would have to be on Windows to debug the batch file.