Skip to content

Commit

Permalink
MOD: splashmark.sh watermark.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pforret committed Apr 14, 2023
1 parent 710977f commit 326a2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion splashmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ unsplash)
[[ ! "$input" == *"://unsplash.com"* ]] && IO:die "[$input] is not a unsplash.com URL"
### Unsplash URL: download one photo
photo_id=$(basename "$input")
# shellcheck disable=SC2154
# shellcheck disable=SC2154 disable=SC2153
[[ -z "${output:-}" ]] && output="unsplash.$photo_id.$EXTENSION"
else
### search for terms
Expand Down
1 change: 1 addition & 0 deletions watermark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ watermark="$year $name"
echo "--------- START WATERMARK"
echo "Watermark: '$watermark'"
printf "["
# shellcheck disable=SC2034
splashmark.sh -w 1000 -3 "$watermark" folder "$PWD" \
| while read -r exported ; do
printf '.'
Expand Down

0 comments on commit 326a2ae

Please sign in to comment.