mirror of
https://github.com/lloeki/umodule-js.git
synced 2025-12-06 10:34:40 +01:00
umodule.js: first public release
This commit is contained in:
commit
c375db3ddf
11 changed files with 306 additions and 0 deletions
5
wrap_module
Executable file
5
wrap_module
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
sed -e "s/#MODULE_NAME#/$1/" -e "/#MODULE#/ {
|
||||
r $2
|
||||
d
|
||||
}" wrapper
|
||||
Loading…
Add table
Add a link
Reference in a new issue