Skip to content

Commit

Permalink
Really old scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
marksteward committed Nov 6, 2010
1 parent 0b2d848 commit 9cd1eaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions leds
@@ -0,0 +1,2 @@
#!/bin/bash
curl -s netcam/goform/WebCam_MotoForm?MotoBut=Light --user admin:hackspace
3 changes: 3 additions & 0 deletions lightsoff
@@ -0,0 +1,3 @@
#!/bin/bash
curl -s http://localhost:8000/_/000000
echo
3 changes: 3 additions & 0 deletions lightson
@@ -0,0 +1,3 @@
#!/bin/bash
curl -s http://localhost:8000/_/ffffff
echo

0 comments on commit 9cd1eaf

Please sign in to comment.