Files
xod/tools/update-docs-screenshots.sh
2018-09-13 12:08:25 +03:00

7 lines
171 B
Bash
Executable File

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