Files
xod/tools/update-docs-screenshots.sh
2018-07-19 12:16:52 +03:00

5 lines
169 B
Bash
Executable File

#!/bin/sh
export SHOT="$(dirname "$(readlink -f "$0")")/screenshot-xodball"
find . -iname "update-screenshots.sh" \
-execdir sh -c 'pwd && ./update-screenshots.sh' \;