source: gs2-extensions/apache-jena/trunk/src/web-ext2-js/INSTALL.sh@ 34929

Last change on this file since 34929 was 34929, checked in by davidb, 3 years ago

Initial files to download and work with 'sgvizler2'

  • Property svn:executable set to *
File size: 318 bytes
Line 
1#!/bin/bash
2
3echo "Copying directory:"
4echo " npm-direct-install/node_modules/sgvizler2/build/browser"
5echo "to:"
6echo " ../../../../web/ext/jena/sgvizler2"
7
8/bin/rm -rf ../../../../web/ext/jena/sgvizler2 \
9 && /bin/cp -r npm-direct-install/node_modules/sgvizler2/build/browser ../../../../web/ext/jena/sgvizler2
Note: See TracBrowser for help on using the repository browser.