This commit is contained in:
Bernhard Radermacher
2026-02-23 14:14:06 +01:00
parent 1cc17867c4
commit 1d472b3c80
4 changed files with 40 additions and 1 deletions

11
entrypoint.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -Eeo pipefail
sudo service ssh start
while true
do
echo "$(date)"
sleep 3600
done