lubitest/actions/sleep/entrypoint.sh

7 lines
40 B
Bash
Raw Normal View History

2024-12-13 11:55:42 +00:00
#!/bin/sh
2024-12-13 12:09:34 +00:00
echo 'hello'
2024-12-13 12:07:55 +00:00
2024-12-13 11:55:42 +00:00
sleep 3
exit 0