freebsd-ports/math/truthtable/files/truthtable.in
Ion-Mihai Tetcu 1cfce65fe9 TruthTable is a truth table generator that does the dirty work for you.
This Java program handles the following operations: Not, And, Or, XOR,
Implication, and the Biconditional.

Author: Greg Slepak
WWW:	http://www.kinostudios.com/truthtable.php

PR:		ports/100041
Submitted by:	Nicola Vitale <nivit at email.it>
2006-07-10 21:45:29 +00:00

4 lines
117 B
Bash

#!/bin/sh
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" \
exec "%%LOCALBASE%%/bin/java" -jar "%%TRUTHTABLEJAR%%" "$@"