mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-18 06:30:07 +02:00
Add default entrypoint.sh
This commit is contained in:
6
backend/entrypoint.sh
Executable file → Normal file
6
backend/entrypoint.sh
Executable file → Normal file
@@ -1,8 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
|
||||
|
||||
cd /backend
|
||||
|
||||
make
|
||||
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
|
||||
Reference in New Issue
Block a user