mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-23 18:44:19 -05:00
6 lines
263 B
Bash
6 lines
263 B
Bash
#!/bin/sh
|
|
make -C tools clean
|
|
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
|
|
chmod +x build-devkit.sh
|
|
cd .. && tar --exclude=*CVS* --exclude=.svn --exclude=*.log --exclude=*.bz2 --exclude=*.gz --exclude=config.sh -cvjf buildscripts-$DATESTRING.tar.bz2 buildscripts
|