This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
kolter
/
dotfiles-sys
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
2fc0c07f31
Ramos
Etiquetas
master
dotfiles-sys
/
tools
/
web
/
chroot-wrapper
chroot-wrapper
102 B
Histórico
Em bruto
1
2
3
4
5
#!/bin/sh
export
HOME=
"
${HOME}
"
schroot -c
"
$(schroot -l | head -1)
"
--
"
$(basename "${0}")
"
"
${@}
"