source: other-projects/gli-rsyntax-textarea/COMPILE.sh@ 31329

Last change on this file since 31329 was 25684, checked in by davidb, 12 years ago

Improved reporting of what processing was undertaken, and other adjustments to make the scripts work on Cygwin under Windows

  • Property svn:executable set to *
File size: 166 bytes
Line 
1#!/bin/bash
2
3echo "Moving in to 'src' folder" && pushd src/ \
4 && \
5echo "Compiling source code" && ant \
6 && \
7echo "Moving back up to top-level folder" && popd
8
9
Note: See TracBrowser for help on using the repository browser.