mirror of
https://github.com/baskerville/plato.git
synced 2026-02-28 19:06:55 +01:00
4 lines
53 B
Bash
Executable File
4 lines
53 B
Bash
Executable File
#! /bin/sh
|
|
|
|
ip route get 1 | awk '{print $NF; exit}'
|