1
0
Fork 0
mirror of https://github.com/imjasonh/shipwright-cosign-example synced 2026-07-08 00:45:24 +00:00
shipwright-cosign-example/entrypoint.sh

7 lines
73 B
Bash
Raw Permalink Normal View History

2021-04-01 11:38:51 -04:00
#!/bin/sh
while true; do
echo the time is now $(date)
sleep 10
done