File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ set -o errexit -o nounset -o pipefail
4
+
3
5
devices=(raviole bluejay pantah lynx tangorpro felix)
4
6
parallel ' rm -rf {} && cp -a gs {}' ::: ${devices[@]}
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ set -o errexit -o nounset -o pipefail
4
+
3
5
devices=(microdroid-arm64 microdroid-x86_64)
4
6
parallel ' rm -rf {} && cp -a 6.6 {}' ::: ${devices[@]}
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ set -o errexit -o nounset -o pipefail
4
+
3
5
devices=(shusky akita)
4
6
parallel ' rm -rf {} && cp -a zuma {}' ::: ${devices[@]}
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ set -o errexit -o nounset -o pipefail
4
+
3
5
devices=(caimito comet)
4
6
parallel ' rm -rf {} && cp -a zumapro {}' ::: ${devices[@]}
You can’t perform that action at this time.
0 commit comments