Sign in
android-kvm
/
buildroot
/
2766f346195dec29b53bc09f6038193998ea3693
/
.
/
support
/
testing
/
tests
/
package
/
copy-sample-script-to-target.sh
blob: 6448a80d6d51ce24bde576c551b3da6e1de35e58 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
shift
for
file
in
"$@"
;
do
cp
-
f
"${file}"
"${TARGET_DIR}/root/"
done