This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
kolter
/
dotfiles-sys
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
9417af3519
Ramuri
Etichete
master
dotfiles-sys
/
tools
/
web
/
chroot-wrapper
chroot-wrapper
102 B
Istoric
Crud
1
2
3
4
5
#!/bin/sh
export
HOME=
"
${HOME}
"
schroot -c
"
$(schroot -l | head -1)
"
--
"
$(basename "${0}")
"
"
${@}
"