Skip to content

Commit

Permalink
lowers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley A. Thornton committed Sep 30, 2016
1 parent d80ec07 commit 76d9b71
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 302 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ azure-cloud
cd build/images/azureCloud
cp ~/Downloads/Microsoft_CloudnEnterprise_Symbols_v2.5_PUBLIC/Symbols/CnE_Cloud/SVG/*.svg .
rename 's/[^a-zA-Z0-9_.]//g' *.svg
rename -f 'y/A-Z/a-z/' *.svg
rename 's/^Azure//g' *.svg
for i in `pwd`/*.svg; do inkscape $i -E ${i%.svg}.eps; done
rm *.svg
Expand Down
Loading

0 comments on commit 76d9b71

Please sign in to comment.