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

initial commit

This commit is contained in:
Jason Hall 2021-04-01 11:38:51 -04:00
commit da5a0462b3
11 changed files with 2474 additions and 0 deletions

6
entrypoint.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
while true; do
echo the time is now $(date)
sleep 10
done