eazy_envset/_files/docker-entrypoint
2024-03-04 07:16:13 +08:00

11 lines
110 B
Bash

#!/bin/bash
if [[ -f /flag.sh ]]; then
source /flag.sh
fi
mkdir /run/sshd
/usr/sbin/sshd
tail -F /dev/null