with-contenv 206 B

1234567891011
  1. #!/bin/execlineb -S0
  2. importas -D 0 S6_KEEP_ENV S6_KEEP_ENV
  3. ifelse { s6-test ${S6_KEEP_ENV} -eq 0 }
  4. {
  5. /bin/exec -c --
  6. /usr/bin/justc-envdir -- /var/run/s6/container_environment
  7. /bin/exec --
  8. $@
  9. }
  10. $@