Skip to content

Instantly share code, notes, and snippets.

@ybootin
Created December 1, 2014 09:02
Show Gist options
  • Save ybootin/8854da704d3fc6e8e508 to your computer and use it in GitHub Desktop.
Save ybootin/8854da704d3fc6e8e508 to your computer and use it in GitHub Desktop.
haxe version from command line
#!/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