We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d274690 commit 6ac442fCopy full SHA for 6ac442f
kernel-copy-gs
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+devices=(raviole bluejay pantah lynx tangorpro felix)
4
+rm -rf ${devices[@]}
5
+for dir in ${devices[@]}; do
6
+ cp -a gs $dir
7
+done
kernel-copy-zuma
+devices=(shusky akita)
+ cp -a zuma $dir
kernel-copy-zumapro
+devices=(caimito comet)
+ cp -a zumapro $dir
0 commit comments