diff options
| author | St33v <github@f3rr3t.com> | 2017-11-06 20:14:15 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2017-11-06 20:14:15 +1100 |
| commit | 31d0d55c1ac6a58c74dc6383cfa95fbe96a20747 (patch) | |
| tree | b7bd86fbef76cc7f3f3ac32b92ba3ebe1759ee4a /meany.sh | |
| parent | 40ef7a23ff14cd46f28f8b426a48578410377b20 (diff) | |
add rsync2eye.sh and a stub for meany.sh
Diffstat (limited to 'meany.sh')
| -rw-r--r-- | meany.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meany.sh b/meany.sh new file mode 100644 index 0000000..5a132a6 --- /dev/null +++ b/meany.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# automate nightshot detection using 'mean' function in imagemagick +# SJP 6 Nov 2017 + + + +pix + +mean=$(identify -format %[mean] ${picdate}.jpg | sed s/[.].*//) |
