Files
monlet/deploy/showcase/checks/exit_0.sh
2026-05-27 10:01:59 +04:00

4 lines
47 B
Bash
Executable File

#!/bin/sh
echo "ok: $(date -u +%FT%TZ)"
exit 0