decky-plugin-template/backend/entrypoint.sh

4 lines
81 B
Bash
Raw Normal View History

2022-08-09 19:17:47 -07:00
#!/bin/sh
set -e
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"