source: main/trunk/model-sites-dev/mars/collect/amc-essentia/IMPORT.sh@ 33547

Last change on this file since 33547 was 33547, checked in by davidb, 5 years ago

Initial cut at wavesurfer JS audio player version of AMC music content collection

  • Property svn:executable set to *
File size: 220 bytes
Line 
1#!/bin/bash
2
3cwd=`pwd`
4
5col=${cwd##*/}
6
7site_with_subdirs=${cwd##*/sites/}
8site=${site_with_subdirs%%/*}
9
10export PYTHONPATH=/usr/local//lib/python3.7/site-packages/pip/_vendor/
11
12import.pl -removeold -site $site $* $col
13
Note: See TracBrowser for help on using the repository browser.