Created
December 1, 2014 09:02
-
-
Save ybootin/8854da704d3fc6e8e508 to your computer and use it in GitHub Desktop.
haxe version from command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# retrieve from https://github.com/strk/gnash/blob/master/macros/haxe.m4#L53 | |
haxe -help 2>&1| grep -i ^haxe | awk '{print $'3'}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment