mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-03 03:33:33 +02:00
5 lines
56 B
Bash
5 lines
56 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
exec claude "$@"
|