libuv/libuv-snapshot.sh
2012-11-15 10:21:55 -05:00

9 lines
230 B
Bash
Executable File

#!/usr/bin/env bash
git clone https://github.com/joyent/libuv.git
pushd libuv
git archive --format=tar --prefix=libuv-0.9.3/ 09b022232aaddce1ee9def7092538734415f386c |gzip -nc > ../libuv-0.9.3git09b0222.tar.gz
popd
rm -Rf libuv