fly-entrypoint.sh 45 B

123456
  1. #!/bin/bash
  2. set -e
  3. free -hm
  4. df -h
  5. exec "$@"