1cfce65fe9
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>
4 lines
117 B
Bash
4 lines
117 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
JAVA_VERSION="%%JAVA_VERSION%%" \
|
|
exec "%%LOCALBASE%%/bin/java" -jar "%%TRUTHTABLEJAR%%" "$@"
|