mirror of
https://github.com/xodio/xod.git
synced 2026-03-23 17:16:53 +01:00
5 lines
169 B
Bash
Executable File
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' \; |