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
Executable File
Raw
Blame
History
#!/bin/bash
if
[
!
"
$1
"
=
=
""
]
;
then
source
/tmp/src/
$1
shift
FUNC
=
$1
shift
${
FUNC
}
$*
fi
Reference in New Issue
View Git Blame
Copy Permalink