chroot-wrapper 102 B

12345
  1. #!/bin/sh
  2. export HOME="${HOME}"
  3. schroot -c "$(schroot -l | head -1)" -- "$(basename "${0}")" "${@}"