source: gs2-extensions/tipple-bridge/trunk/src/RUN.sh

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

Useful scripts to get going with code-base

  • Property svn:executable set to *
File size: 189 bytes
Line 
1#!/bin/bash
2
3echo ""
4echo "pw hint: changeme"
5echo ""
6
7java -jar build/libs/Tipple-Bridge-1.0-SNAPSHOT.jar \
8 --user=foo -p \
9 --projectID=3 \
10 tipple-projectid3-heritage.json
11
Note: See TracBrowser for help on using the repository browser.