source: gs3-extensions/tabletop-dl/trunk/RSYNC-INSTALL-TABLETOP-DL.sh@ 37555

Last change on this file since 37555 was 37555, checked in by davidb, 13 months ago

Some gradual improvements to the features supported, ready to be incorporated as an XSL generated page in Greenstone

  • Property svn:executable set to *
File size: 268 bytes
Line 
1#!/bin/bash
2
3dst_dir=../../web/ext/tabletop-dl
4
5if [ ! -d $dst_dir ] ; then
6 echo "Making directory $dst_dir"
7 mkdir $dst_dir
8fi
9
10rsync -pav \
11 tabletop*.* \
12 backgrounds \
13 interactjs-dist \
14 winbox-with-interactjs-dist \
15 $dst_dir/.
Note: See TracBrowser for help on using the repository browser.