mirror of
https://github.com/lloeki/umodule-js.git
synced 2025-12-06 02:24:41 +01:00
5 lines
76 B
Bash
Executable file
5 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
sed -e "s/#MODULE_NAME#/$1/" -e "/#MODULE#/ {
|
|
r $2
|
|
d
|
|
}" wrapper
|