From 63eb4009beeae80ffd3feda5b53696271f607be0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 4 Jun 2019 19:21:33 -0400 Subject: [PATCH] Create ipaddress.sh --- groundstation/ipaddress.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 groundstation/ipaddress.sh diff --git a/groundstation/ipaddress.sh b/groundstation/ipaddress.sh new file mode 100644 index 00000000..2b8d15e9 --- /dev/null +++ b/groundstation/ipaddress.sh @@ -0,0 +1,3 @@ +echo -e "IP Address of this Pi is: " + +hostname -I|cut -f1 -d ' '