print lines of conf file
This commit is contained in:
parent
6a43dfdcd8
commit
b8a2003a94
1 changed files with 4 additions and 2 deletions
|
@ -15,8 +15,10 @@ in
|
|||
let
|
||||
execName = service;
|
||||
script = writeShellScriptBin execName ''
|
||||
echo "hello!"
|
||||
echo "${config.repo-clone.pkg}"
|
||||
while IFS="" read -r p || [ -n "$p" ]
|
||||
do
|
||||
printf '%s\n' "$p"
|
||||
done < "${config.repo-clone.pkg}"
|
||||
'';
|
||||
in
|
||||
"${script}/bin/${execName}";
|
||||
|
|
Loading…
Reference in a new issue