11 lines
487 B
Text
11 lines
487 B
Text
|
|
PowerShell ausf<73>hren
|
|||
|
|
gvm installieren (warum jedes Mal neu??):
|
|||
|
|
(new-object Net.WebClient).DownloadString('https://raw.githubusercontent.com/flofreud/posh-gvm/master/GetPoshGvm.ps1') | iex
|
|||
|
|
Import-Module posh-gvm
|
|||
|
|
|
|||
|
|
cd D:\Dokumente\Arbeit\RRZE\github\scripts\groovy
|
|||
|
|
groovy .\generatePNG.groovy D:\Dokumente\Arbeit\RRZE\github\bicons
|
|||
|
|
|
|||
|
|
-f um alles komplett <20>berschreiben
|
|||
|
|
ohne -f werden nur nicht vorhandene pngs generiert
|
|||
|
|
16x16 / 22x22 per Hand generieren (werden nicht angefasst)groovy
|