Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Dec 22, 2013
1 parent db79d2b commit c8e62dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
JLifx
=====

Lifx control utility in Java
Small Lifx control utility in Java.

Usage
-----
Download or build the JAR and run it from the command line:

java -jar jlifx.jar

The supported commands are:

scan
switch <mac-address|all> <on|off>
color <mac-address|all> <rgb>
blink <mac-address|all> [times]
rainbow <mac-address|all>
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
TARGET_DIR="$HOME/Desktop/"
TARGET_DIR="$HOME/Desktop"
mvn clean compile assembly:single
cp target/*with-dependencies.jar $TARGET_DIR/jlifx.jar
./jar2sh "$TARGET_DIR/jlifx" $TARGET_DIR/jlifx.jar
Expand Down

0 comments on commit c8e62dd

Please sign in to comment.