Author: reinhard
Date: 2007-03-01 14:23:36 -0600 (Thu, 01 Mar 2007)
New Revision: 25
Added:
trunk/bin/form-cc
Log:
Added script for currency calculator form.
Added: trunk/bin/form-cc
===================================================================
--- trunk/bin/form-cc 2007-03-01 20:09:19 UTC (rev 24)
+++ trunk/bin/form-cc 2007-03-01 20:23:36 UTC (rev 25)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# Prefer CVS versions if available
+if [ "`type -t gcvs`" == "file" ]; then
+ gnue_forms="gfcvs"
+else
+ gnue_forms="gnue-forms"
+fi
+
+${gnue_forms} --connections=etc/connections.conf \
+ $* \
+ modules/base/currcalc.gfd
Property changes on: trunk/bin/form-cc
___________________________________________________________________
Name: svn:executable
+ *
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue