mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-29 14:32:25 -05:00
8 lines
No EOL
100 B
Bash
8 lines
No EOL
100 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
|
|
|
|
cd /backend
|
|
|
|
make |