mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
7 lines
133 B
Bash
7 lines
133 B
Bash
#!/bin/sh
|
|
|
|
HOST=$(/sbin/ip route|awk '/default/ { print $3 }')
|
|
|
|
echo "$HOST default localhost localhost.local" > /etc/hosts
|
|
|
|
/fn "$@" |