nixpkgs/pkgs/servers/ssh-script/builder.sh

7 lines
151 B
Bash
Raw Normal View History

source $stdenv/setup
sed -e "s^@bash\@^$bash^g" \
-e "s^@sshd\@^$ssh^g" \
-e "s^@initscripts\@^$initscripts^g" \
< $script > $out/control