5 lines
148 B
Bash
Executable File
5 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# osvauco-health-check.sh — alias 'hc'
|
|
# Viderekobler til scripts/health-check.sh
|
|
exec "$(dirname "$0")/health-check.sh" "$@"
|