4 lines
113 B
Bash
4 lines
113 B
Bash
#!/usr/bin/env bash
|
|
. /opt/sdk/haxe/3.4.7/activate
|
|
haxe build.hxml && flashplayerdebugger target/ViewExample.swf
|