gemastik-xvii-final/tempest-poc/backend/entrypoint.sh

5 lines
70 B
Bash

#!/bin/bash
cron
/usr/sbin/sshd -D &
sleep 3
su ctf -c "python app.py"