diff options
| author | st33v <github@f3rr3t.com> | 2016-02-23 18:03:53 +1100 |
|---|---|---|
| committer | st33v <github@f3rr3t.com> | 2016-02-23 18:03:53 +1100 |
| commit | 1e68c6dec5b07670441ddea1f83732fa8f19995f (patch) | |
| tree | d124bec343466e3be571cbbc59c9b0516b2bf383 /takepix.sh | |
First commit. Basic working state but not very smart yet
Diffstat (limited to 'takepix.sh')
| -rwxr-xr-x | takepix.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/takepix.sh b/takepix.sh new file mode 100755 index 0000000..63f3082 --- /dev/null +++ b/takepix.sh @@ -0,0 +1,6 @@ +#!/bin/bash + + +picdate=$(date +%Y-%m-%d_%H%M) +/opt/vc/bin/raspistill -x IFD1.Artist=neatherd -o /home/st33v/pix/${picdate}.jpg + |
