blob: 53d4c086a25f8f1971a052a80243424e922d9eea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/bash
TARGET=cubox
rsync -zv alpha_blend cube_companion cubemap_sphere displacement etna_gears mip_cube particle_system rotate_cube stencil_test \
ps_sandbox downsample_test $TARGET:
cd ../../../
rsync -zar --include \*/ \
--include \*.c \
--include \*.h \
--include \*.py \
--include \*.xml \
--exclude \* etna_viv cubox:
|