summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorst33v <github@f3rr3t.com>2016-12-26 16:41:41 +1100
committerst33v <github@f3rr3t.com>2016-12-26 16:41:41 +1100
commitcddffaed4dd41e376c58f301ac127cd19ca65982 (patch)
treea6a996462c28e96fbec4b06033d8bb31be1cd9ca
parentbc3e6aa0e192fc79b528a7fe51a97e178d7cfa44 (diff)
Deleted all image processing (STAN does this now)
-rw-r--r--.gitignore1
-rw-r--r--readme.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 76ce7fc..26af1e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
+# Don't track image files, which are created by the takepix script.
*.jpg
diff --git a/readme.md b/readme.md
index 8469d5a..522fa46 100644
--- a/readme.md
+++ b/readme.md
@@ -27,7 +27,7 @@ I have found it difficult to make `systemd` services do anything more fancy than
If you clone this script, you will have to edit the `picdir` variable in the shell script. Note that when you run scripts from a systemd service call, you must provide absolute paths to files or directories.
-Also update the `artist` variable that is palced into the EXIF metadata of the photo.
+Also update the `artist` variable that is placed into the EXIF metadata of the photo.
### todo