mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
651411a118
ThatIP protocol version 1.1 to send DNS update requests. It manages DNS records, update history, and allows for per record configuration. It also includes a wizard for generation of configuration files. PR: ports/62760 Submitted by: Dan Smith <dan@algenta.com>
7 lines
99 B
Bash
7 lines
99 B
Bash
#!/bin/sh
|
|
|
|
JAVAVM="%%JAVAVM%%"
|
|
JAR_DIR="%%JAR_DIR%%"
|
|
|
|
${JAVAVM} -jar ${JAR_DIR}/CrossIP.jar "${@}"
|