4 lines
133 B
Bash
Executable File
4 lines
133 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Wrapper legacy — redirige al modulo infra-monitor
|
|
exec /home/daniely/rete/infra-monitor/pi2-watchdog.sh "$@"
|