#!/bin/sh # Converts the Inkscape icon file ic_launcher_web.svg to the launcher web & app png files. PROJECT="/home/vanitas/Programmierung/androidstudio/EnigmAndroid/app" MAIN="${PROJECT}/src/main/" RES="${MAIN}res/" DRAWABLE="${RES}drawable" INPUT="${RES}icon.svg" inkscape --shell <