Add extract-linaro_devices.sh script
This script is used to create a shareable
extract-linaro_devices.tgz package.
This is how I create a vendor.tgz package:
tar -czf vendor.tgz --exclude vendor/.git vendor/
cat vendor.tgz >> extract-linaro_devices.sh
tar -czf extract-linaro_devices.tgz extract-linaro_devices.sh
If you do end up modifying the script, just make sure to
keep the following `tail` command up-to-date i.e. put the
correct line number for extraction.
tail -n +24 $0 | tar zxv
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
1 file changed