mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-16 21:50:07 +02:00
8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
|
|
|
|
cd /backend
|
|
|
|
make |