buildscripts/makedist.sh
2012-03-31 19:02:16 +01:00

7 lines
335 B
Bash
Executable File

#!/bin/sh
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
cd .. && tar --exclude=*CVS* --exclude=.svn --exclude=.git --exclude=*.log --exclude=*.bz2 \
--exclude=*.gz --exclude=config.sh --exclude=.devkitARM --exclude=.devkitPPC \
--exclude=.devkitPSP --exclude=.gitignore \
-cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts