mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-22 02:17:21 -05:00
4 lines
233 B
Bash
4 lines
233 B
Bash
#!/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 -cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts
|