This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kolter
/
dotfiles-sys
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2fc0c07f31
Rami (Branch)
Tag
master
dotfiles-sys
/
tools
/
web
/
chroot-wrapper
chroot-wrapper
102 B
Cronologia
Originale
1
2
3
4
5
#!/bin/sh
export
HOME=
"
${HOME}
"
schroot -c
"
$(schroot -l | head -1)
"
--
"
$(basename "${0}")
"
"
${@}
"