source: main/trunk/model-sites-dev/atea/collect/voxel-vr/IMPORT.sh@ 34473

Last change on this file since 34473 was 34473, checked in by davidb, 4 years ago

Initial cut at files for Voxel-VR executables

  • Property svn:executable set to *
File size: 236 bytes
Line 
1#!/bin/bash
2
3cwd=`pwd`
4
5col=${cwd##*/}
6
7site_with_subdirs=${cwd##*/sites/}
8site=${site_with_subdirs%%/*}
9
10
11sudo -u www-data -- \
12 bash -c "pushd ../../../../../ && . gs3-setup.sh && popd && import.pl -removeold -site $site $col $*"
Note: See TracBrowser for help on using the repository browser.