mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-03 04:18:08 -06:00
4 lines
81 B
Bash
4 lines
81 B
Bash
|
|
#!/bin/sh
|
||
|
|
set -e
|
||
|
|
|
||
|
|
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
|