mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-17 07:16:08 -05:00
*** empty log message ***
This commit is contained in:
parent
bcd0688d4f
commit
7b1db161c7
5
makedist.sh
Normal file
5
makedist.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
make -C tools clean
|
||||
DATESTRING=$(date +%Y)$(date +%m)$(date +%d)
|
||||
chmod +x build-devkit.sh
|
||||
tar --exclude=*CVS* --exclude=*.log --exclude=*.bz2 -cvjf buildscripts-$DATESTRING.tar.bz2 *
|
||||
Loading…
Reference in New Issue
Block a user