Script for tidying bash scripts

This commit is contained in:
Bob Mottram 2016-07-24 14:24:40 +01:00
parent 5b7b2d24f2
commit 89299ed2eb
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ rmtranslations:
bash -c "./translate remove"
alltranslations:
bash -c "./translate translations"
tidy:
./tidy src/*
source:
tar -cvf ../${APP}_${VERSION}.orig.tar ../${APP}-${VERSION} --exclude-vcs
gzip -f9n ../${APP}_${VERSION}.orig.tar