Skip to content

Instantly share code, notes, and snippets.

@coteyr
coteyr / vendetta_launcher.sh
Last active December 20, 2015 02:09
Launch Vendetta and Sync data to OUYA
#!/bin/bash
VENDETTA="/home/coteyr/.bin/vendetta"
OUYA='192.168.42.105'
# This launcher copies files from your OUYA and Computer to make things happy and in sync
# (basically), between the two systems. Data in the bindings file and config file
# can not be shared for obvious reasons. I might try to merge setings files at some
# point but it's much safer just to duplicate that work.
#