diff options
Diffstat (limited to 'linux/osd/images/update.sh')
-rw-r--r-- | linux/osd/images/update.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/linux/osd/images/update.sh b/linux/osd/images/update.sh new file mode 100644 index 0000000..c6f2539 --- /dev/null +++ b/linux/osd/images/update.sh @@ -0,0 +1,21 @@ +#!/bin/bash + +#Hauptfeld: +wget -O neo2-hauptfeld_ebene1.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene1.png +wget -O neo2-hauptfeld_ebene1-caps.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene1Caps.png +wget -O neo2-hauptfeld_ebene2.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene2.png +wget -O neo2-hauptfeld_ebene2-caps.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene2Caps.png +wget -O neo2-hauptfeld_ebene3.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene3.png +wget -O neo2-hauptfeld_ebene4.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene4.png +wget -O neo2-hauptfeld_ebene5.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene5.png +wget -O neo2-hauptfeld_ebene6.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene6.png + +#Ziffernfeld: +wget -O neo2-ziffernfeld_ebene1.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene1.png +wget -O neo2-ziffernfeld_ebene1-caps.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene1Caps.png +wget -O neo2-ziffernfeld_ebene2.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene2.png +wget -O neo2-ziffernfeld_ebene2-caps.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene2Caps.png +wget -O neo2-ziffernfeld_ebene3.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene3.png +wget -O neo2-ziffernfeld_ebene4.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene4.png +wget -O neo2-ziffernfeld_ebene5.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene5.png +wget -O neo2-ziffernfeld_ebene6.png http://neo-layout.org/svn/grafik/tastatur3d/hauptfeld/tastatur_neo_Ebene6.png |