This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
kolter
/
dotfiles-sys
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
4f50a6fd07
Branches
Tags
master
dotfiles-sys
/
tools
/
web
/
chroot-wrapper
chroot-wrapper
102 B
Historique
Raw
1
2
3
4
5
#!/bin/sh
export HOME="${HOME}"
schroot -c "$(schroot -l | head -1)" -- "$(basename "${0}")" "${@}"