summaryrefslogtreecommitdiff
path: root/takepix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'takepix.sh')
-rwxr-xr-xtakepix.sh6
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
+