This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
home-assistant
/
buildroot
mirror of
https://github.com/home-assistant/buildroot.git
Watch
0
Star
0
Fork
You've already forked buildroot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
buildroot
/
support
/
testing
/
tests
/
package
/
copy-sample-script-to-targe...
8 lines
89 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
set
-e
shift
for
file in
"
$@
"
;
do
cp -f
"
${
file
}
"
"
${
TARGET_DIR
}
/root/
"
done
Reference in New Issue
View Git Blame
Copy Permalink