Files
home-automation/docker/entrypoint.sh
T

5 lines
29 B
Bash
Raw Normal View History

2026-04-20 20:40:04 +02:00
#!/bin/sh
set -eu
2026-04-22 13:28:00 +02:00
exec "$@"