mirror of
https://github.com/xodio/xod.git
synced 2026-03-03 07:24:03 +01:00
7 lines
171 B
Bash
Executable File
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' \;
|