Skip to content

Commit

Permalink
Create run2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Spann committed Mar 26, 2018
1 parent 6692e72 commit 65c6be6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run2.sh
@@ -0,0 +1,7 @@
#!/bin/bash

DATE=$(date +"%Y-%m-%d_%H%M")

fswebcam -q -r 1280x720 --no-banner /opt/demo/images/$DATE.jpg

python3 -W ignore /opt/demo/all.py /opt/demo/images/$DATE.jpg 2>/dev/null

0 comments on commit 65c6be6

Please sign in to comment.