index
:
buildroot
2017.11-op-build
2018.02-op-build
2019.02-op-build
2019.05-op-build
OpenPOWER buildroot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
testing
/
tests
/
package
/
copy-sample-script-to-target.sh
blob: 6448a80d6d51ce24bde576c551b3da6e1de35e58 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh set -e shift for file in "$@"; do cp -f "${file}" "${TARGET_DIR}/root/" done