mirror of
https://github.com/libretro/libretro-toolchains.git
synced 2024-11-23 08:10:03 +00:00
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd /home/buildbot/tools
|
||
|
|
||
|
tar -Jcvf 3ds.tar.xz --exclude=.git devkitpro/aemstro devkitpro/ctrulib devkitpro/devkitARM devkitpro/lib* devkitpro/picasso devkitpro/portlibs
|