@ -0,0 +1,5 @@
#!/bin/sh
set -e
cd "files"
exec find ! -type d -exec ../sync2.sh '{}' \;
for x; do
echo "$$ [$x]"
done