Scripts: Re-Sync Blend Files #240
8
scripts/resync_blends/run_resync_blends.sh
Normal file
8
scripts/resync_blends/run_resync_blends.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Stop execution if any command fails
|
||||
set -e
|
||||
|
||||
svn up
|
||||
./run_resync_blends.py /data/gold/ --exec /home/user/blender/bin/blender
|
||||
svn commit -m "[Automated] Resync files"
|
Loading…
Reference in New Issue
Block a user