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 ' '