Skip to content

Instantly share code, notes, and snippets.

View matteobucci's full-sized avatar

Matteo Bucci matteobucci

View GitHub Profile
@matteobucci
matteobucci / cloudSettings
Last active December 30, 2020 20:22
VS Settings
{"lastUpload":"2020-12-30T20:21:50.129Z","extensionVersion":"v3.4.3"}
@matteobucci
matteobucci / copy-drawable-resources.sh
Created August 15, 2018 10:10
A simple bash script that helps copy multiple Android resources folder in a single one
#!/bin/bash
#This script is free software: you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation, either version 3 of the License, or
#(at your option) any later version.
#This script is distributed in the hope that it will be useful,
#but WITHOUT ANY WARRANTY; without even the implied warranty of
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the