mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/sh
|
|
|
|
/sbin/ip route|awk '/default/ { print $3 }'
|
|
# TODO support MacOS & Windows host IP
|