This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
decky-plugin-template
Watch
1
Star
0
Fork
You've already forked decky-plugin-template
0
mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced
2025-12-04 04:48:08 -06:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
61b64c4f8e
decky-plugin-template
/
backend
/
entrypoint.sh
8 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
Add default entrypoint.sh
2022-08-09 19:17:47 -07:00
#!/bin/sh
set
-e
Adjusted entrypoint.sh to actually build binary
2022-08-09 20:20:31 -07:00
echo
"
Container's IP address: `awk 'END{print
$1
}' /etc/hosts`
"
cd
/backend
make
Reference in a new issue
Copy permalink