Files
UltraGrid/prepare_tarball.sh
2015-01-05 12:42:20 +01:00

13 lines
230 B
Bash
Executable File

#!/bin/sh
git submodule update --init
./autogen.sh && rm Makefile
cd gpujpeg && ./autogen.sh && rm Makefile && cd ..
rm -rf .git .gitmodules
find -name .gitignore -print0 |xargs -0 rm
find -name .git -print0 |xargs -0 rm -rf