6 lines
91 B
Bash
Executable file
6 lines
91 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. $1
|
|
common_dlname=$dlname
|
|
|
|
exec sed -e "s,@COMMON_DLNAME\@,${common_dlname},g"
|