start.sh 143 B

12345
  1. #!/bin/bash
  2. export CODE="palm-lily"
  3. podman run --rm --events-backend=file --hostname=palm --network host $CODE /bin/bash -i -c "python . $*"