mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-03 04:18:08 -06:00
Add default entrypoint.sh
This commit is contained in:
parent
87d53934ec
commit
585aecf688
1 changed files with 4 additions and 0 deletions
4
backend/entrypoint.sh
Normal file
4
backend/entrypoint.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
|
||||
Loading…
Add table
Add a link
Reference in a new issue