diff options
| author | st33v <github@f3rr3t.com> | 2017-03-04 13:38:36 +1100 |
|---|---|---|
| committer | st33v <github@f3rr3t.com> | 2017-03-04 13:38:36 +1100 |
| commit | 9a56426305a50954c1cd85409827ae1cdb18ed72 (patch) | |
| tree | 408d6afcf7a104d84179d887aabae43e26ac291a | |
| parent | 3b0103494f75ef7618eab976be56045db7c8513e (diff) | |
commented a debug echo command
| -rwxr-xr-x | editpix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ for campi in "${camz[@]}" do # filename of the latest photo newpic=$(ls "$campi"/*.jpg -t 2>/dev/null | head -1) - echo newpic=$newpic + # echo newpic=$newpic # Is the newest pic older than the marker we placed previously? if [ -e "$campi" ]; then |
