Skip to content

Instantly share code, notes, and snippets.

@harcoPro
harcoPro / rename_scetch_icons_to_android_guidlines.sh
Last active August 21, 2023 03:48
This script renames raw scetch icons via android guidelines and move them into dpi folders
#!/bin/bash
#Скрипт положить в папку с проектом
#This is script move to root folder project
#current dir
currentPath=${PWD}
#folder with resource in project
resPath=$currentPath/app/src/main/res