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
c186e64ce5
debmaker
/
lib
/
exec_in_chroot.sh
10 lines
97 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
Another refactor
2022-02-24 00:02:53 +01:00
source
/tmp/src/
$1
New process using mount point
2022-02-20 15:02:18 +01:00
shift
FUNC
=
$1
shift
${
FUNC
}
$*
fi