Skip to content

Instantly share code, notes, and snippets.

@ergoithz
Created May 5, 2014 09:51
Show Gist options
  • Save ergoithz/ab3cc2f20d057d7cd0da to your computer and use it in GitHub Desktop.
Save ergoithz/ab3cc2f20d057d7cd0da to your computer and use it in GitHub Desktop.
Clone haxe distribution
#!/bin/bash
tar -czf haxe.`haxe -version 2>&1`.tgz /usr/lib/haxe \
/usr/lib/neko \
/usr/lib/libneko.so \
/usr/bin/neko \
/usr/bin/nekoc \
/usr/bin/nekotools \
/usr/bin/haxe \
/usr/bin/haxedoc \
/usr/bin/haxelib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment