Skip to content

Instantly share code, notes, and snippets.

View Matan's full-sized avatar

Matan Uberstein Matan

  • Mersive
  • Edinburgh
View GitHub Profile
IEventDispatcher(event.currentTarget).removeEventListener(event.type, arguments.callee);
@Matan
Matan / HaxeScript.hx
Last active February 5, 2022 12:27 — forked from clarkjones/HaxeScript.hx
haxex, a short shell script that can be used so you have Haxe shell scripting
#!/usr/bin/env haxex -lib mcli @
/**
Taken from mcli example https://github.com/waneck/mcli
Say hello.
Example inspired by ruby's "executable" lib example
**/
class HaxeScript extends mcli.CommandLine
{
/**