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
2021-04-01 21:58:46 -04:00

6 lines
73 B
Bash
Executable file

#!/bin/sh
while true; do
echo the time is now $(date)
sleep 10
done