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

Last change on this file since 37536 was 37536, checked in by davidb, 14 months ago

Scripts to compile up and install winbox-with-interactjs

  • Property svn:executable set to *
File size: 263 bytes
Line 
1#!/bin/bash
2
3if [ ! -d ../../web/tabletop-dl ] ; then
4 echo "Making directory ../../web/tabletop-dl"
5 mkdir ../../web/tabletop-dl
6fi
7
8cd .. && rsync -pav \
9 tabletop-dl/tableletop*.* \
10 tabletop-dl/backgrounds \
11 ../web/tabletop-dl/.
Note: See TracBrowser for help on using the repository browser.