mirror of
https://github.com/kholia/OSX-KVM.git
synced 2026-04-21 06:03:55 +00:00
6 lines
88 B
Bash
6 lines
88 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Script to retrieve the internal IP address of the Codespace
|
||
|
|
|
||
|
|
hostname -I
|