This website requires JavaScript.
Explore
Help
Sign In
thomas
/
debmaker
Watch
1
Star
0
Fork
You've already forked debmaker
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a36f18bb86
debmaker
/
lib
/
exec_in_chroot.sh
9 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
New process using mount point
2022-02-20 15:02:18 +01:00
#!/bin/bash
if
[
!
"
$1
"
=
=
""
]
;
then
use generic file name to store compilation instruction Add GLPI (with github clone to patch install)
2022-03-06 00:37:44 +01:00
source
/tmp/src/debmaker
New process using mount point
2022-02-20 15:02:18 +01:00
FUNC
=
$1
shift
${
FUNC
}
$*
fi