Echo the screenshot path to stderr too
This commit is contained in:
parent
1054f71d50
commit
b60d18b214
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ screenshot() {
|
||||||
local ts="$(timestamp)"
|
local ts="$(timestamp)"
|
||||||
local f="${HOME}/images/screenshots/${ts}.png"
|
local f="${HOME}/images/screenshots/${ts}.png"
|
||||||
import "$@" "$f"
|
import "$@" "$f"
|
||||||
|
echo "$f" >&2
|
||||||
echo "$f"
|
echo "$f"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue