mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
BAMMBAMM_IP=$(hostname -i)
|
|
echo "My IP is: $BAMMBAMM_IP"
|
|
|
|
/app -defaultIPv6 "" -defaultIPv4 "$BAMMBAMM_IP"
|