close Warning: Can't use blame annotator:
svn blame failed on trunk/tools/Controller/DualShock3/resources/core2-64/dualshock3_bt.sh: 200029 - Couldn't perform atomic initialization

source: flair-src/trunk/tools/Controller/DualShock3/resources/core2-64/dualshock3_bt.sh@ 306

Last change on this file since 306 was 306, checked in by Sanahuja Guillaume, 5 years ago

m

  • Property svn:executable set to *
File size: 271 bytes
RevLine 
1#! /bin/bash
2ARCH_DIR=$(uname -m)
3
4# $1 is the drone ip
5if [ "$#" -ne 1 ] ; then
6 echo "Usage: $0 drone_ip_address"
7 exit 1
8fi
9
10${FLAIR_ROOT}/flair-install/bin/tools/core2-64/dualshock3.sh -a ${1}:20000 -x ${FLAIR_ROOT}/flair-install/bin/tools/core2-64/dualshock3.xml
11
Note: See TracBrowser for help on using the repository browser.