lubitest/actions/sleep/entrypoint.sh

5 lines
26 B
Bash
Raw Normal View History

2024-12-13 11:55:42 +00:00
#!/bin/sh
sleep 3
exit 0