diff options
Diffstat (limited to 'emlibtool')
-rwxr-xr-x | emlibtool | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emlibtool b/emlibtool new file mode 100755 index 00000000..1220b93d --- /dev/null +++ b/emlibtool @@ -0,0 +1,11 @@ +#!/usr/bin/env python + +''' +This is a helper script. See emcc. +''' + +import os, sys +from tools import shared + +raise Exception('TODO: emlibtool') + |