diff --git a/kernel-copy-gs b/kernel-copy-gs new file mode 100755 index 00000000..7270ebf9 --- /dev/null +++ b/kernel-copy-gs @@ -0,0 +1,7 @@ +#!/bin/bash + +devices=(raviole bluejay pantah lynx tangorpro felix) +rm -rf ${devices[@]} +for dir in ${devices[@]}; do + cp -a gs $dir +done diff --git a/kernel-copy-zuma b/kernel-copy-zuma new file mode 100755 index 00000000..522d7d51 --- /dev/null +++ b/kernel-copy-zuma @@ -0,0 +1,7 @@ +#!/bin/bash + +devices=(shusky akita) +rm -rf ${devices[@]} +for dir in ${devices[@]}; do + cp -a zuma $dir +done diff --git a/kernel-copy-zumapro b/kernel-copy-zumapro new file mode 100755 index 00000000..31391c9a --- /dev/null +++ b/kernel-copy-zumapro @@ -0,0 +1,7 @@ +#!/bin/bash + +devices=(caimito comet) +rm -rf ${devices[@]} +for dir in ${devices[@]}; do + cp -a zumapro $dir +done