Project

General

Profile

1
#!/bin/sh
2
#
3
# Build script to call the ant build system
4
#
5
umask 002; ant $*
(1-1/4)