umodule.js: first public release

This commit is contained in:
Loic Nageleisen 2013-08-19 18:48:06 +02:00
commit c375db3ddf
11 changed files with 306 additions and 0 deletions

5
wrap_module Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
sed -e "s/#MODULE_NAME#/$1/" -e "/#MODULE#/ {
r $2
d
}" wrapper