Skip to content

Instantly share code, notes, and snippets.

View phouverneyuff's full-sized avatar

Paulo Henrique phouverneyuff

  • Sao Paulo, SP
View GitHub Profile
JHIPSTER_LOCATION=/mnt/dados/projetos/generator-jhipster
mkdir -p ${JHIPSTER_LOCATION}
cd ${JHIPSTER_LOCATION}
git checkout master
git pull jhipster master
git push
git checkout develop
git merge master develop
git push
@phouverneyuff
phouverneyuff / generate-all-icons-size-android.sh
Last active February 7, 2016 17:12
generate-all-icons-size-android.sh
#!/bin/bash
INKSCAPE="/usr/bin/inkscape"
OPTS="--without-gui --export-background-opacity=0"
if [ -z $1 ]; then
echo "File not found"
exit 0
fi