mirror of
https://github.com/lloeki/umodule-js.git
synced 2026-05-06 14:50:21 +02: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
|