chroot-wrapper 79 B

123
  1. #!/bin/sh
  2. schroot -c "$(schroot -l | head -1)" -- "$(basename "${0}")" "${@}"